Hi,
I have an email that's triggered by an action. The email contains a derived URL. I want the URL to display as linked text something like "Click here to view Infor" and not the URL. The catch is that the URL needs to include the employee's employee ID. The concatenated URL below works for me, I just want to display hyperlinked text in the email instead of the URL.
Example LPL for the concatenated URL structure and action are below.
TestURL is a DerivedField
type is URL size 500
return ""LRCFullEmployeeProfile?LRCEmployeeMenu.MyFullProfile"">hcm-zzz-prd/inforcloudsuite.com," Employee.Employee "LRCFullEmployeeProfile
SendEmail is an Action
send email
to Employee.EmployeeEmail
from donotreply
subject untranslatable: "Help me Obi Wan"
Contents
untranslatable:"Hi <EmployeeName>
blank line
untranslatable:"Click here to view your employee profile <TestURL>"