RetailConnActionManagement::shouldReplicate Method [AX 2012]
Indicates whether the record can be replicated.
client server public static boolean shouldReplicate(
Common _table,
Common _tableOrig,
boolean _forDelete)
Run On
CalledParameters
- _table
- Type: Common Table
The record to be replicated.
- _tableOrig
- Type: Common Table
The original version of the table.
- _forDelete
- Type: boolean
A Boolean value that indicates whether the record has changed.
Show: