Hi Everyone. I'm building an integration to NetSui...
# integrations
s
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
Create a saved search that uses the Last Modified Date as criteria for a given time period and use that as your datasource.
s
@Eric B Thanks for the reply. What about transactions? Can we do delta push for them?
e
Same concept - use Last Modified Date
👍 1
j
be cautious with doing a delta with last modified date; deleted records will be absent from the table
👍 1