Hello,
(I'm an SL newbie- both from a user & developer point of view. I've been tasked with writing a data import application).
What's the "SL object model way" of checking if data already exists? I don't see an obvious API method (searched the documentation for "find", "query", "lookup", etc) but assume there's some idiomatic/best practice way of doing it. Other than traversing the existing data set.
I'm also assuming, based on comments I've seen elsewhere, that the object model is the way to go for import, if you don't have expert level knowledge of the database structure. Eventually the import will be an unattended scheduled job, possibly running as a windows service. Any potential issues to be aware of around that, I'd love to hear about it.
Thanks!
*This post is locked for comments