Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
LastModifiedDate parent and child records
We have a custom record called Account, which is a child of Customer. So that each customer can have multiple Accounts.
Each day, we need to retrieve a list of customers who were modified in Netsuite - so that we can update our local snapshot. I'm trying to achieve this by doing a web services search on customers where datelastmodified >= <lastsyncdate> (stored in a local table).
My question is, if the account record for a customer is modified, will that also change the customer datelastmodified? Or do I have to check the account records separately from the customer records? :eek:
0