Share via


RetailConnActionManagement::shouldReplicate Method [AX 2012]

Indicates whether the record can be replicated.

Syntax

client server public static boolean shouldReplicate(
    Common _table, 
    Common _tableOrig, 
    boolean _forDelete)

Run On

Called

Parameters

  • _tableOrig
    Type: Common Table
    The original version of the table.
  • _forDelete
    Type: boolean
    A Boolean value that indicates whether the record has changed.

Return Value

Type: boolean
A Boolean value that indicates whether the record is replicated.

See Also

Reference

RetailConnActionManagement Class