You need to sign in to do that
Don't have an account?

How to add a link to a process builder formula field
Hello,
I am trying to add a link to a detail field in process builder using a formula type this is my code and I am getting the error:
The formula expression is invalid: Syntax error. Extra '"https://cs67.salesforce.com/Sol_sence_Sample__c.Sol_sence_Product__c/e?retURL=Sol_sence_Sample__c.Sol_sence_Product__c.name_CONFIRMATIONTOKEN{!Sol_sence_Sample__c.Sol_sence_Product__c}&common.udd.actions.ActionsUtilORIG_URI={!Sol_sence_Sample__c.Sol_sence_Product__c}"
[Sol_sence_Sample__c].Sol_sence_Product__c.Name & "-" &
[Sol_sence_Sample__c].Sol_sence_Product__c.Commercial_Name__c &"-"&
"For more information please see the link below"
"https://cs67.salesforce.com/{!Sol_sence_Sample__c.Sol_sence_Product__c}/e?retURL={!Sol_sence_Sample__c.Sol_sence_Product__c.name}_CONFIRMATIONTOKEN={!Sol_sence_Sample__c.Sol_sence_Product__c}&common.udd.actions.ActionsUtilORIG_URI={!Sol_sence_Sample__c.Sol_sence_Product__c}"
Everything works up untill the link part.
Thank you in advance
I am trying to add a link to a detail field in process builder using a formula type this is my code and I am getting the error:
The formula expression is invalid: Syntax error. Extra '"https://cs67.salesforce.com/Sol_sence_Sample__c.Sol_sence_Product__c/e?retURL=Sol_sence_Sample__c.Sol_sence_Product__c.name_CONFIRMATIONTOKEN{!Sol_sence_Sample__c.Sol_sence_Product__c}&common.udd.actions.ActionsUtilORIG_URI={!Sol_sence_Sample__c.Sol_sence_Product__c}"
[Sol_sence_Sample__c].Sol_sence_Product__c.Name & "-" &
[Sol_sence_Sample__c].Sol_sence_Product__c.Commercial_Name__c &"-"&
"For more information please see the link below"
"https://cs67.salesforce.com/{!Sol_sence_Sample__c.Sol_sence_Product__c}/e?retURL={!Sol_sence_Sample__c.Sol_sence_Product__c.name}_CONFIRMATIONTOKEN={!Sol_sence_Sample__c.Sol_sence_Product__c}&common.udd.actions.ActionsUtilORIG_URI={!Sol_sence_Sample__c.Sol_sence_Product__c}"
Everything works up untill the link part.
Thank you in advance