ProjTable.update Method [AX 2012]

Overridden method to perform custom logic.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          public void update([boolean _skipSyncTrigger, boolean _skipReservationUpdate])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void update([boolean _skipSyncTrigger])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void update([boolean _skipSyncTrigger])

  Microsoft Dynamics AX 2012 (FPK)
          public void update([boolean _skipSyncTrigger])

  Microsoft Dynamics AX 2012 (SYS)
          public void update([boolean _skipSyncTrigger])

Run On

Server

Parameters

_skipSyncTrigger
Type: boolean
When set to true, it will not send updated transactions to the synchronization store.
_skipReservationUpdate
Type: boolean
Determines whether related Reservation records will be updated along with the Task update.

Passing TRUE to the _skipReservationUpdate argument may cause the Reservation data to be misaligned with the Task data because reactive update of Reservation data will be skipped.

Show: