1
0
-1

Hello,

We added a new field in a Salesforce case where we want to fill the field through Exalate with the GitHub issue link that Exalate has created the issue with.

However, when I try to fill the field, with this line in the Salesforce Incoming Script:

entity.ZenHub_Link__c = """github.com/posabit/customer-issues/issues/${replica.key}"""

the case will not have the issue link of the string generated. I do see the GitHub field will have the issue key. Is there an issue with trying to put a string into a Salesforce field?

    CommentAdd your comment...