Anyone know how to get a transaction form internal...
# suiteql
i
Anyone know how to get a transaction form internal id either via SuiteQL or REST API? Ex. I have the custom form name but in order to create the sales order I need to send the internal id of it. Trying to find a way to dynamically find the internal id instead of hard coding it.
c
The only thing we've figured out how to do regarding custom form access via script is using
record.load()
with type of
custform
. I haven't been able to successfully utilize query or search to get data from custom forms.