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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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