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.
Script and nlapiLookupField
We've got a custom record that includes about 40 checkbox fields. I need to identify which fields are marked as True. Is there some way to use nlapiLookupField to return ALL fields and their values without listing them out? I was hoping it would return a 2 dimensional array of the field name and the value and I could just loop thru the array and check to see if the value is true.
Thanks.
0