RFIDSynchronization_Process.expandLogicalSource Method [AX 2012]
Expandes a logical source and stores the information from the expanded logical source in the passed process structure list.
private List expandLogicalSource(
CLRObject _logicalSource,
List _processStructure,
[int _parentId])
Run On
ServerParameters
- _logicalSource
- Type: CLRObject Class
The logical source to expand.
- _processStructure
- Type: List Class
The list that contains the build up process structure.
- _parentId
- Type: int
The ID of the parent logical source; optional.
Return Value
Type: List ClassA list that contains the process structure that includes the expanded logical source.
Community Additions
ADD
Show: