Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the record can be replicated.
Syntax
client server public static boolean shouldReplicate(
    Common _table, 
    Common _tableOrig, 
    boolean _forDelete)
Run On
Called
Parameters
- _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.
Return Value
Type: boolean
A Boolean value that indicates whether the record is replicated.