Is it possible to use a dynamic formula in a saved...
# general
l
Is it possible to use a dynamic formula in a saved search and formula field in a custom field setup to recognize whether the environment it is being used is a sandbox or a production account? We have saved search and custom field formulas with hardcoded URLs. When sandbox is refreshed, the saved searches are broken because the URLs all reference the production account.
g
I just did the following as a quick test with a relative URL on a vendor search and it worked fine. Could you do something similar?
Copy code
'<a href="/app/common/entity/vendor.nl?id=' || {internalid} || '" target="_blank">View</a>'
l
Ahhh so without specifying account ID, it dynamically adapts? Cool. I’d try that later. Thanks a lot
g
No problem! Hope it works for your use case!