Share via


RetailConnReplicationJob.loadFieldList Method [AX 2012]

Loads the field lists into the scheduler tables.

Syntax

public void loadFieldList(RetailConnSchedulerSubjobTable _schedulerSubjobTable, int _tableId)

Run On

Called

Parameters

  • _tableId
    Type: int
    The table ID value of RetailConnSchedulerSubjobTable table.

Remarks

This loadFieldList method uses loadExcludedFieldList method and loadAllFieldList method to load all the field lists from distribution tables.

See Also

Reference

RetailConnReplicationJob Class