Hi Everyone. I'm building an integration to NetSuite. I want to use REST API and send only delta updates/changed fields from lets say "Employee" master record on NS to other systems. Is this possible?
e
Eric B
02/13/2024, 4:15 PM
Create a saved search that uses the Last Modified Date as criteria for a given time period and use that as your datasource.
s
Shubham Jadhav
02/13/2024, 4:31 PM
@Eric B Thanks for the reply. What about transactions? Can we do delta push for them?
e
Eric B
02/13/2024, 5:13 PM
Same concept - use Last Modified Date
👍 1
j
Jono
02/14/2024, 2:06 AM
be cautious with doing a delta with last modified date; deleted records will be absent from the table