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.
Gets the relations of the distribution tables.
Syntax
public void getRelations(anytype _refTmpMasterRecId)
Run On
Client
Parameters
- _refTmpMasterRecId
Type: anytype
The master reference record RecID value.
Remarks
This method traverses through the temporary table distribution records.
We receive a start node to traverse from.
Each temporary table distribution record contains its true table distribution RecId.
The true table distribution RecId is inserted onto the stack.
The stack is then used to expand the tree to the selected record.