Hi - Is there a way to get a list of Custom Forms from NetSuite with data like Sub Tabs, Custom Fields Metadata that appear on the form using SuiteScript?
w
Watz
02/08/2023, 6:28 PM
I haven't done it, but you can probably send a http-request to get the sdf-xml for the form and then parse it.
Watz
02/08/2023, 6:29 PM
That is probably how strongpoint does it in some parts.