Join Slack
Powered by
any solution for loading custentryform record?
# suitescript
a
Ali
04/09/2021, 10:18 AM
any solution for loading custentryform record?
b
battk
04/09/2021, 11:57 PM
forms dont have much scripting support
battk
04/09/2021, 11:57 PM
best you can do is probably get the name or internal id from customform select fields
a
Ali
04/12/2021, 9:09 AM
@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
battk
04/12/2021, 9:12 AM
create a new record in dynamic mode
battk
04/12/2021, 9:13 AM
get its text instead
a
Ali
04/12/2021, 9:15 AM
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
battk
04/12/2021, 9:15 AM
alternatively you can use the lookup technique described in theĀ
safe guide
in section 2.3.5 (Transient Record Controller)
battk
04/12/2021, 9:15 AM
same idea, but you use a custom record to do your lookup
Open in Slack
Previous
Next