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!
SuiteScript: Can I get a list of Form fields?
I'm trying to tidy up our Sales Order form without making any system changes (my colleagues are cautious about it), so I'm writing an experimental script to hide fields that have no content until a button is clicked.
My problem is, it seems that you can only retrieve fields that are used by the current record, so if the record doesn't have one there's no way to identify an empty field other than actually having the field ID hard-coded. Obviously that's not a desirable method when the problem is that you have a lot of unnecessary fields, so I'm wondering if there is a way to get a list of fields for the form, instead of for the record.
Tagged:
0