How to create a URL for the Action Digest page
Each team member needs a unique URL to access their Action Digest page. This is achieved by creating two custom formula fields on the Team Member record in Salesforce.
Step 1 - Retrieve the base URL
-
Log in to Workforce Experience (WX).
-
Go to the Actions page.
-
Copy the URL from your browser. For example, https://sage41--fhcm2.vf.force.com/apex/fHCM2__CollaborationPortalIndex#/teammember/a0Y8d0000010qUN/actions.
-
The part after ?teeammember? is the unique Saelsforce ID for the team member record.
Step 2 - Create the Team Member Salesforce ID field
-
Go to Setup and select Object Manager.
-
Select the Team Member.
-
Create a new Formula field:
-
Return type: Text
-
Formula: CASESAFEID(Id)
-
Step 3 - Create the Action Digest URL field
-
On the Team Member object, create another Formula field:
-
Return Type: Text
-
Formula structure: "https://sage41--fhcm2.vf.force.com/apex/fHCM2__CollaborationPortalIndex#/teammember/" + [Team Member ID Field API Name] + "/actions"
-
Example formula: "https://sage41--fhcm2.vf.force.com/apex/fHCM2__CollaborationPortalIndex#/teammember/" + X18__c + "/actions"
-
Step 4 - Add the URL to email templates
-
Insert the new URL field into your email templates
-
For absence-related emails, mirror Action Digest URL field in the Absence object if required