Anyone know if there is a way to get the NAME of a...
# suitescript
j
Anyone know if there is a way to get the NAME of a custom form from its ID?
b
probably just create the record in dynamic mode and get its select options or set its custom form so you can get its text
j
I’m actually looking to replace a call to getText() which fails when the value wasn’t set using setText
b
create your own record, dont use the newRecord
j
ugh. That seems more convoluted than just checking the numeric ids instead.