When does the field DEX_ROW_ID get populated or updates?
I have some transactions having DOCDATE and POSTEDDT of May 2018 but the DEX_ROW_ID has November 19, 2018.
*This post is locked for comments
My apologies, I meant to type DEX_ROW_TS
The DEX_ROW_ID does not get updated as it is an identity column. Once a record is inserted in a table, the identity value is assigned and immediately increased to be used with the next record that gets inserted. You can read more about DEX_ROW_ID in my article dynamicsgpblogster.blogspot.com/.../dexrowid-column.html
Jehan,
There is a trigger on the PM30200, called zDT_PM30200U, that sets a record's DEX_ROW_TS to the current date any time that record is updated.
The only time I've really seen this field used is in the Dynamics Connector, which would use it to know when a record was changed in GP so it could include or exclude it in the records being migrated to Dynamics CRM based on the date filters you've setup.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,151 Super User 2024 Season 2
Martin Dráb 229,993 Most Valuable Professional
nmaenpaa 101,156