Hello world,
I created a custom URL type field, and it is pre-populated with two fields: one to enter the URL and another field to enter a Title. Is it possible to add a default name in the Title field?
Thank you :)
Jess
Hello world,
I created a custom URL type field, and it is pre-populated with two fields: one to enter the URL and another field to enter a Title. Is it possible to add a default name in the Title field?
Thank you :)
Jess
You can yes, you can set a default value “based on a formula”, and specify it this way:
HyperLink('https://xxxxxxxx.lightning.force.com/lightning/r/Opportunity/'+ Right($C_SFExternalID,18) +'/view','Salesforce Link')
This is an example where I create a link to a Salesforce opportunity, and add the default label “Salesforce Link” for all).
Thanks Manuel
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.