Has anyone run into an issue where sandbox has bee...
# general
a
Has anyone run into an issue where sandbox has been refreshed and the links go back to prod? Is there an easy fix for this?
p
That is how it works. Direct copy of Prod.
If you mean links, like in saved searches you can use relative links that don't include any information about the environment you are in. Give me a moment to gather an example
a
@Patrick Olson thank you so much! any guidance you can give would be greatly appreciated 🙂
p
If you are creating a link in a saved search you can leave off the beginning of the URL and only include everything after netsuite.com. An example would look like this (link to another search): /app/common/search/searchresults.nl?searchid=2083 Or this (dynamic link to a transaction):
Copy code
/app/common/search/searchresults.nl?searchtype=Transaction&Transaction_INTERNALID='||{internalid}||'&style=NORMAL&report=&grid=&searchid=1175&dle=F&sortcol=Transction_FRETION17_raw&sortdir=ASC&csv=HTML&OfficeXML=F&pdf=&size=100&twbx=F
Links are built like that should work in all environments.
a
@Patrick Olson any chance I can get on a call with you in 30 min?
p
Finding your broken links in your new sandbox is probably going to be tough though. I assume that your problem is related to searches in sandbox that have links that lead you back to production. Or maybe you have scripts or suitelets with a similar problem. I'll think it over. There might be a way to search searches that include formulas that have your account id.
I'm heading out for the day in a moment. I'm happy to meet tomorrow morning though.
a
@Patrick Olson THAT WOULD BE AMAZING!
Can I send you a Teams Meeting? If so, what time and can you send me your email address?
p
Is your link problem mostly related to saved searches? Or is it something else? Like a custom field, script, workflow, et al?
a
@Patrick Olson mainly saved searches... to be honest, I'll have to go back and look