Hi - Is there a way to get a list of Custom Forms ...
# suitescript
n
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
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.
That is probably how strongpoint does it in some parts.
n
Thanks @Watz - Appreciate it.