Is a url for a record retrievable directly from a ...
# suitescript
a
Is a url for a record retrievable directly from a search or query or do I need to use the
url.resolveRecord
module on the results?
s
A record link is not natively available, you could certainly make your own with a formula field, but might as well use N/url and not deal with that if possible.
a
Thanks