Exam NP-Con-102 Topic 1 Question 28 Discussion
Actual exam question for Salesforce's NP-Con-102 exam
Question #: 28
Topic #: 1
Question #: 28
Topic #: 1
A consultant is tasked with implementing NPSP for a UK-based nonprofit. One of their requirements is to localize the US-focused labels of some NPSP fields, such as replacing all references to Organization with Organisation. What should the consultant do to meet the requirement?
Suggested Answer: D Vote an answer
NPSP is a Managed Package. In Salesforce, you cannot simply go into Setup and change the labels of fields that are part of a managed package because those fields are "locked" to protect the package's integrity and ability to receive updates.
The Solution: Translation Workbench:
* Overriding Labels: To change "Organization" to "Organisation" (the UK spelling), the consultant must use the Translation Workbench. Even though both are English, Salesforce treats English (UK) and English (US) as different locales.
* Override Feature: Within the Translation Workbench, there is an "Override" section specifically for managed packages. The consultant selects the Nonprofit Success Pack package, chooses the object (e.
g., Account or GAU), and then enters the "New Label" for the specific field.
* Global Impact: This change is reflected across the entire user interface, including reports, list views, and page layouts, without actually modifying the underlying code of the managed package.
Why other options are incorrect:
* Reword in Setup (Option A): This works for custom fields you created, but it is blocked for fields starting with the npsp__ prefix.
* Language Settings (Option B): Activating English (UK) will change standard Salesforce labels (like
"Zip Code" to "Postcode"), but it does not automatically "UK-ize" the custom labels defined inside the NPSP managed package.
* Support Case (Option C): Salesforce support does not perform UI label customization for individual customers.
The Solution: Translation Workbench:
* Overriding Labels: To change "Organization" to "Organisation" (the UK spelling), the consultant must use the Translation Workbench. Even though both are English, Salesforce treats English (UK) and English (US) as different locales.
* Override Feature: Within the Translation Workbench, there is an "Override" section specifically for managed packages. The consultant selects the Nonprofit Success Pack package, chooses the object (e.
g., Account or GAU), and then enters the "New Label" for the specific field.
* Global Impact: This change is reflected across the entire user interface, including reports, list views, and page layouts, without actually modifying the underlying code of the managed package.
Why other options are incorrect:
* Reword in Setup (Option A): This works for custom fields you created, but it is blocked for fields starting with the npsp__ prefix.
* Language Settings (Option B): Activating English (UK) will change standard Salesforce labels (like
"Zip Code" to "Postcode"), but it does not automatically "UK-ize" the custom labels defined inside the NPSP managed package.
* Support Case (Option C): Salesforce support does not perform UI label customization for individual customers.
by Elijah at Jul 21, 2026, 05:03 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).