Add the Match! Button to Contact and Job Records

All Textkernel Search and Match setup procedures are available here.

Contact Object

  1. Go to Setup > Object Manager > Contact > Buttons, Links, and Actions.
  2. Go to Create Button or Link.
  3. Fill in the following information:
    • Label: Match! (or preferred label)
    • Display Type: Detail Page Button
    • Behavior: Display in new window
    • Content Source: URL
  4. 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'])}
  5. Save and add the button to the relevant contact page layout.

Job Object

  1. Go to Setup > Object Manager > JobClosed A job (vacancy, position, role) is an opening for which a customer's client needs a placement. > Buttons, Links, and Actions.
  2. Go to Create Button or Link.
  3. Fill in the following information:
    • Label: Match! (or preferred label)
    • Display Type: Detail Page Button
    • Behavior: Display in new window
    • Content Source: URL
  4. 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'])}
  5. Save and add the button to the relevant contact page layout.

Next Procedure

Configure Resume Parsing