Add the Match! Button to Contact and Job Records
All Textkernel Search and Match setup procedures are available here.
Contact Object
- Go to Setup > Object Manager > Contact > Buttons, Links, and Actions.
- Go to Create Button or Link.
- Fill in the following information:
- Label: (or preferred label)
- Display Type: Detail Page Button
- Behavior: Display in new window
- Content Source: URL
- Enter this script in formula input field:Copy
{!URLFOR("/lightning/cmp/tr1__TextkernelIframe",null,['tr1__candidateId'= CASESAFEID(Organization.Id) + '_' + CASESAFEID(Contact.Id),'tr1__selectedTab'='jobSearch'])}
- Save and add the button to the relevant contact page layout.
Job Object
- Go to Setup > Object Manager > Job A job (vacancy, position, role) is an opening for which a customer's client needs a placement. > Buttons, Links, and Actions.
- Go to Create Button or Link.
- Fill in the following information:
- Label: (or preferred label)
- Display Type: Detail Page Button
- Behavior: Display in new window
- Content Source: URL
- Enter this script in formula input field:Copy
{!URLFOR("/lightning/cmp/tr1__TextkernelIframe",null,['tr1__jobId'= CASESAFEID(Organization.Id) + '_' + CASESAFEID(TR1__Job__c.Id),'tr1__selectedTab'='candidateSearch'])}
- Save and add the button to the relevant contact page layout.
Next Procedure
Was this helpful?
No