Post

1 follower Follow
0
Avatar

link to object in email body

What is the correct format for adding a link to an object in a generated email? I'd like to send an email to the approver when an expense report is submitted - but I'm getting an error that the expense ID is empty. Thanks.

Christopher Knaus Answered

Please sign in to leave a comment.

2 comments

0
Avatar

{GetHyperlink(VariableName)} or {GetHyperlink(ObjectName)} or {GetHyperlink($FieldName)}

Examples of the second one would be {GetHyperlink(NewObject1)} or {GetHyperlink(CurrentObject())}

Josh Santos 0 votes
Comment actions Permalink