Anyone know if you can `search` for a custom form ...
# suitescript
d
Anyone know if you can
search
for a custom form by ID? id =
customform_xxx_rrrr
m
I don't know of a specific way to search for a form by id but if you have the name and you know the type of record the form is for, you could record.create the the known type and then get the select options of the custom form field and loop through the options as the text value should be there and get the internalid or if it's not changing, you could use a script param
b
d
@battk... what do you mean?
And @Matt Bernstein, cool idea ... but I gotta use the 'customid' field (not the text name)
b
oh whoops, i thought this was searches of searches
you are mostly doomed on the id search
128 Views