Anyone have a formula for pulling account specific...
# general
r
Anyone have a formula for pulling account specific url for a sales order saved search and show the SO URL in a formula(text) field?
s
Why do you need the account specific URL instead of the generic ending? The generic ending links work while logged into NS
k
I'd probably cheat and create a subsidiary field and load it there if I really needed it.
all about using what I know to quickly solve problems haha. I can't ever get that generic ending link thing to work reliably.
r
Hey @Sandii @KevinJ of Kansas I guess it doesn't really matter how its created just looking to add a URL link to the SO when running a SO specific search
Right now I'm having issues with > <a href="https://*.app.netsuite.com/app/accounting/transactions/salesord.nl?id='||{internalid}||'
k
wouldn't you just use
//accounting/transactions/salesord.nl?id=||{internalid}
r
@KevinJ of Kansas just tried it but isn't pulling it yet. thanks for sending it over
b
any particular reason you cant use a column like transaction name which automatically creates links in the ui?
r
@battk I'm not too sure what you mean ha. I think I just got the text formula working though. I'm going to take this formula and use it on a custom field and use it for approvals
Hey @KevinJ of Kansas @Sandii @battk I used: '<a href=https://<insert account info here>.app.netsuite.com/app/accounting/transactions/salesord.nl?id='||{internalid}||'>https://<insert account info here>.app.netsuite.com/app/accounting/transactions/salesord.nl?id='||{internalid}||'</a>'
This gave me the right link and kept the url. I'm going to use this formula for a custom field on the sales order to send out for approvals