RetailConnReplicationJob.addReceiversToLoc Method [AX 2012]

Adds the receivers list to the distribution locations.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public boolean addReceiversToLoc(Common _toLocation)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean addReceiversToLoc(RetailConnDistributionLocation _toLocation)

Run On

Called

Parameters

  • _toLocation
    Type: Common Table
    The current instance of RetailConnDistributionLocation table.

Return Value

Type: boolean
true if any receivers were added and false otherwise.

See Also

Reference

RetailConnReplicationJob Class