Translate Filter Names on ATS and CV Manager

You can now see the filter names in your own language on the JobClosed and CandidateClosed ATS and CV Manager components.

Setup

  1. Ensure that the end users are assigned to the ATSv2Closed permission set to be able to see the filter translations.
  2. Ensure that the admins who will manage the Object Records Translations are assigned to the Translations Admin permission set.
  3. If you are upgrading the package, you need to make sure that the new Filter Name picklist value is added to the TR1__Type__c field on the TR1__Translation__c object.
    • If it's not there, please add it by navigating to Setup > Object Manager > open Translation object > open Fields & Relationships > open Type field > click New under Values > enter Filter Name (EX: "Chinese")> click Save).
  4. If you are upgrading the package, add the Translations related list on the Filter object by navigating to Setup > Object Manager > open Filter object (APIClosed name: TR1__Filter__c) > open Page Layouts > open Filter Layout > drag and drop the Translations related list under the existing related lists > click on the wrench icon in the Translations related list and add the next fields into the Selected Fields: Translation Name, Type, Language, Translated Value > Click Save to overwrite all layout changes.
  5. If the clientClosed uses their own flexipage for the TR1__Translation__c object (not the Translation_Record_Page default TR1-packaged version), in order to show relevant fields on Translation record detail page per specific Type you should adjust the actual version of the TR1__Translation__c record page. Make sure the Filter field is added to the related Field Section (if it hasn't already been added) > click on Add Filter in the right panel for this field > in the dialogue box, select the Type as the field, Equal as the operator, Filter Name as the value > click Done > Click Save to retain the modified record detail page.
    • The easiest way to find TR1__Translation__c record page is to open one of the existing TR1__Translation__c records > click on the wrench icon in the top right corner > Edit Page (go to Setup > open the Lightning App Builder) > click Edit near the actual version of the Translation Record Page.

Translations Creation

  1. When setup is done, to create translations for filter names go to App Launcher > go to Filters

    • If it doesn't exist, let's create the Filters tab by opening one of the filter records > open the Related tab > click New in the Translations related list > select Filter Name as a Type > populate the Language and Translated Value fields > Click Save.

      • The Filter lookup should be populated automatically since you create it from the Filter detail page)

  2. Repeat these steps for all Filter records for all languages.