RetailConnActionManagement::anyLinkDownFieldsChanged Method [AX 2012]
Indicates whether the value of any fields that are involved in a link with the current table in table distribution are changed.
client server public static boolean anyLinkDownFieldsChanged(Common _recordUpdated, Common _originalRecord)
Run On
CalledParameters
- _recordUpdated
- Type: Common Table
The record that has been updated.
- _originalRecord
- Type: Common Table
The earlier version of the record.
Return Value
Type: booleanA Boolean value that indicates whether the update the preaction that is associated to the record must have a link down vale set.
Show: