Whenever a payment is made against an invoice, I want to use that information to update our CRM system. I am using scribe to do this. This process will run every hour and Scribe needs to understand which rows it has already processed.
Great Plains records the date the payment was applied but not the time so if my process ran every hour, it would pick up all the transactions every day. Is there a setting that needs to be applied in order for it to record the time as well? The field Time1 currently states 1900:01:01 : 00:00:00:00.
My plan B was to create a custom table and whenever a row was processed, to take the id from that row and add to the custom table. If that table is checked on each transaction Scribe will know if it has done it already today.
Which field in RM20201 is unique? I have heard not to use DEX_ROW_ID as it can change? Would TRXSORCE be best to use?
*This post is locked for comments