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
Get Custom Record by Internal ID
I was hoping the helper method I wrote (printed below) would return a custom object by its unique internal id, but instead it returns an error "Invalid custom record object in query."
Is it impossible to get custom objects using GET (and if so then how do I accomplish this), or is there something off in my code below?
Edit: To explain a little further, the reason I'm doing this is because I have a list of objects from a previously-performed search on another custom object list. I need to get related objects (which are custom objects). If I was in the Entity Framework world I would say "I need to get at a navigation property"
0