Share via


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.

Syntax

client server public static boolean anyLinkDownFieldsChanged(Common _recordUpdated, Common _originalRecord)

Run On

Called

Parameters

  • _recordUpdated
    Type: Common Table
    The record that has been updated.
  • _originalRecord
    Type: Common Table
    The earlier version of the record.

Return Value

Type: boolean
A Boolean value that indicates whether the update the preaction that is associated to the record must have a link down vale set.

See Also

Reference

RetailConnActionManagement Class