any solution for loading custentryform record?
# suitescript
a
any solution for loading custentryform record?
b
forms dont have much scripting support
best you can do is probably get the name or internal id from customform select fields
a
@battk the issue is I need the name but I can't use getText, so I was hoping that I can find the name from the internal id.
b
create a new record in dynamic mode
get its text instead
a
is it like create a new record in dynamic mode and set the form value to the form I want and then get its text?
b
alternatively you can use the lookup technique described in theĀ safe guide in section 2.3.5 (Transient Record Controller)
same idea, but you use a custom record to do your lookup