Is it possible to get the NetSuite account number ...
# general
d
Is it possible to get the NetSuite account number in a formula for a field or search?
c
natively i don't see it as available. You could add a field maybe that has it and then use that field.
d
I'm open to any idea. This has to do with links in a formula field when the account is refreshed. We had an issue yesterday where someone was updating production and thought it was from a sandbox link.
b
use a relative url
field is
companyid
d
Relative url is not possible because it needs to point to the company's external website. So if it's sandbox it need to be
<https://dev.xxxxx>
and if it's production it needs to be
<https://www.xxxx>
This is being done view field formula so it's not scripted.