Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables hierarchical data browsing.
Syntax
public void enableHierarchicalDataBrowsing(
str hierarchyPKDataSourceName,
FieldId hierarchyPKfieldId,
str hierarchyFKDataSourceName,
FieldId hierarchyFKfieldId)
Run On
Client
Parameters
- hierarchyPKDataSourceName
Type: str
The name of the primary key data source in the hierarchy.
- hierarchyPKfieldId
Type: FieldId Extended Data Type
The ID of the foreign key field in the hierarchy.
- hierarchyFKDataSourceName
Type: str
The name of the foreign key data source in the hierarchy.
- hierarchyFKfieldId
Type: FieldId Extended Data Type
The ID of the foreign key field in the hierarchy.