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

Hyper link in addError() method.
Hi All,
I'm working on showing error message if the user try to create an accunt which already exists in the system.
for(Account acc:duplicateAccounts){
String recordLink = URL.getSalesforceBaseUrl().toExternalForm() + '/' + acc.Id;
currentAccount.addError('im an html error with a <a href="http://google.com">link</a>', FALSE);
}

Need help in displaying the Link alone in the error message, any help is much appreciated !
Is this the same issue which Salesforce mentioned the issue is fixed?
https://success.salesforce.com/issues_view?id=a1p30000000T4PjAAK
I'm working on showing error message if the user try to create an accunt which already exists in the system.
for(Account acc:duplicateAccounts){
String recordLink = URL.getSalesforceBaseUrl().toExternalForm() + '/' + acc.Id;
currentAccount.addError('im an html error with a <a href="http://google.com">link</a>', FALSE);
}
Need help in displaying the Link alone in the error message, any help is much appreciated !
Is this the same issue which Salesforce mentioned the issue is fixed?
https://success.salesforce.com/issues_view?id=a1p30000000T4PjAAK
https://success.salesforce.com/ideaView?id=08730000000E1lVAAS