Truto Engineering
11/22/2024, 9:15 AMcustomform
values using the getSelectValue
action.
2. As suggested by ChatGPT, used a SuiteLet script to create a dynamic PurchaseOrder record using the custom form and then use a combination of record.getFields
to get the list of fields. We call the script using the API endpoint.
3. Tried querying for various tables like custform
using SuiteQL. No luck.
But we are unable to fetch the options for dropdowns, we tried the getSelectOptions
and the script just errored out. Is this is the only way to fetch the custom form configuration or is there a better way?battk
11/22/2024, 10:42 AMbattk
11/22/2024, 10:42 AMTruto Engineering
11/22/2024, 10:51 AMbattk
11/22/2024, 11:56 AMTruto Engineering
11/22/2024, 12:34 PM