Share via


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.

Syntax

private List expandLogicalSource(
    CLRObject _logicalSource, 
    List _processStructure, 
   [int _parentId])

Run On

Server

Parameters

  • _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 Class
A list that contains the process structure that includes the expanded logical source.

See Also

Reference

RFIDSynchronization_Process Class