Share via


CatProcureCatalogTable::updateLastSyncTime Method

Updates the LastSyncTime value to todays date.

Syntax

Note

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

  Microsoft Dynamics AX 2012 R3
          server public static void updateLastSyncTime(RefRecId _catalogRecid)

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static void updateLastSyncTime(RefRecId _catalogRecid)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static void updateLastSyncTime(RefRecId _catalogRecid)

  Microsoft Dynamics AX 2012 (FPK)
          client server public static void updateLastSyncTime(RefRecId _catalogRecid)

  Microsoft Dynamics AX 2012 (SYS)
          client server public static void updateLastSyncTime(RefRecId _catalogRecid)

Run On

Server

Parameters

Remarks

By using this value it will populate the values in EP procurement site. It will update the LastSyncTime value for the complete catalog.

See Also

Reference

CatProcureCatalogTable Table