In CG Cloud, each Sales Org can support up to 4 languages. Visit Checklist questions are stored in language-specific fields on the checklist records:
cgcloud__Description_Language_1__ccgcloud__Description_Language_2__ccgcloud__Description_Language_3__ccgcloud__Description_Language_4__cEach user has a cgcloud__Language_Postfix__c field (e.g., Language1, Language2, Language3, Language4) that determines which language field is read when displaying checklist content.
Example scenario (0001 Sales Org):
| Field | Affected User | Working User |
cgcloud__Language_Postfix__c | Language1 | Language4 |
| Language displayed | English (incorrect) | German (correct) |
In above scenario, Language4 is mapped to German (de) in the 0001 Sales Org configuration. The checklist records store English text in cgcloud__Description_Language_1__c and German translations in cgcloud__Description_Language_4__c. Since the affected user's postfix points to Language1, they see English instead of German.
Query:
SELECT Id, cgcloud__Sales_Org__c, cgcloud__Language_Postfix__c
FROM User
WHERE Id = '<affected_user_id>'
Check the cgcloud__Language_Postfix__c field on the affected user's record to the correct language postfix that corresponds to their expected language in the Sales Org configuration.
Steps:
Language Postfix value for the user's language by checking the Sales Org configuration (e.g., for 0001, German = Language4).cgcloud__Language_Postfix__c from incorrect value to the correct postfix (e.g., Language4 for German).Note- The cgcloud__Language_Postfix__c field is automatically updated when the Language or Sales Org field is changed on a user record. If the user's Language field is set incorrectly, updating it may automatically correct the postfix.
cgcloud__Language_Postfix__c: https://developer.salesforce.com/docs/atlas.en-us.retail_api.meta/retail_api/sforce_api_objects_user.htm
005385633

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.