Customizing Account Fields in Stakeholder Navigator
Admins can customize the Account fields that display in Stakeholder Navigator to help identify an account. This makes it easier to determine if users are viewing the correct account when working with large health systems, where there can be multiple HCPs with duplicate or similar names. Displaying up to two identifying fields, for example an MDM ID or specialty, makes it easier to differentiate between accounts without navigating to the Account Details screen.
There are two ways to customize the fields that display for accounts in Stakeholder Navigator:
- Admins can configure up to two fields to display in place of the Account Identifier on account nodes when the single Account Identifier value is not specific enough
- Admins can configure up to ten fields to display on the Info tab of the account slideout when users select a Person or Business account
Additional account identifier fields and additional fields on the account slideout are not supported for out-of-territory accounts on iPad.
Who can use this feature?
- Browser, iPad Users
- Users do not require an additional license
- Business Admin Users
Configuring Customized Account Fields in Stakeholder Navigator for

To configure this feature:
- Ensure Configuring Accounts is complete.
- Ensure Stakeholder Navigator is configured.
- Verify the sn_account_fields_override Veeva Setting points to the ACCOUNT_FIELDS_OVERRIDE;;STAKEHOLDER_NAVIGATOR Veeva Message. This is the default value for the setting.
Using Account Identifier Fields as

There are two ways to customize the fields that display for accounts in Stakeholder Navigator.
Adding Account Identifying Fields
Admins can define up to two identifying fields from the account__v object to display in place of the Account Identifier. This set of fields displays in the following areas:
- Below the account name on the account node in the hierarchy
- On the Account row in the Child Account tab of the Account Slideout
- On the Account row in search results
To define the two account identifier fields, populate the sn_account_identifier_override__v Veeva setting with the API name of up to two fields separated by semicolons. For example:
specialty_1__v;mdm_id;
The defined identifier fields display for both in and out of territory accounts.
The following field types are supported:
- Text
- Number
- Formula
Fields that render HTML are not supported.
- Picklist
- Phone
Adding Fields on the Info Tab
Admins can add up to ten fields from the account__v and address__v objects to display on the Info tab of the account slideout when users select a Person or Business account.
To customize the account fields, update the ACCOUNT_FIELDS_OVERRIDE;;STAKEHOLDER_NAVIGATOR Veeva message to specify up to ten fields from the account__v or address__v objects. These fields display on the Information tab of the account slideout in the specified order, making it easier to identify accounts. Use the following format:
PersonAccount;<object>.<field>;<object>.<field>;...;;BusinessAccount;<object>.<field>;<object>.<field>;<object>.<field>;
For example:
PersonAccount;account__v.specialty_1__v;address__v.name;address__v.city__v;address__v.zip__v;;BusinessAccount;account__v.specialty_1__v;address__v.name;address__v.city__v;address__v.zip__v
Veeva CRM determines which address to show for an account by looking at the following (in priority order):
- The TSF Preferred Address (tsf__v.address__v) for the user's territory
- The primary address of the account
- The most-recently updated address for the account (Vault), or the address with the highest address ID (iPad)
The following field types from the account__v and address__v objects are supported:
- Text
- Check box
- Date
- Date/Time
- Number
- Formula
- Picklist
- Multi-Picklist
- Lookup
- Percent
- Phone
Verify users have Read permission to the fields that are defined in the ACCOUNT_FIELDS_OVERRIDE;;STAKEHOLDER_NAVIGATOR Veeva message. The identifier does not display if the user does not have field permission, or if the field does not have a value.
The Object Type and Territories fields always display on the Info tab, even if they are not included in the list of ten custom fields entered in the Veeva Message.
If a list of fields is not defined in the message, or if the message is invalid or improperly formatted, the Account Slideout displays default fields. If only one set of fields is defined (Business or Personal), default fields display for the non-defined type.