Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to 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.