Configuring Account Plans
Before using the Account Plans module, you should understand the components, and then configure the functionality for all users.
Components
The account plans module is a structured framework for managing long-term projects related to key accounts. It consists of a hierarchical structure of objects that outline strategies, tactics, and actions necessary to achieve specific account goals. The main objects that comprise the account plans module are:
Account Plan (account_plan__v)
The Account Plan object is the top-level of the account plan hierarchy that defines the overall plan for an account.
Plan Tactic (plan_tactic__v)
Plan tactics are objectives that need to be accomplished as part of an account plan. They are typically configured as the second level of an account plan hierarchy.
Account Tactic (account_tactic__v)
Account tactics are specific activities to achieve the objectives of an account plan. They can be used to assign accounts to objectives or break down objectives into smaller, actionable steps. They are typically configured as the third level of an account plan hierarchy.
Action Item (action_item__v)
Action items are the specific tasks in the plan that team members execute to move the plan toward completion. Action Items can be executed from the plan or the Call Report. They are typically configured as the fourth and last layer of the account plan hierarchy in replacement of call objectives.
Call Objective (call_objective__v)
Call objectives are the specific tasks in the plan that team members execute to move the plan toward completion. Call objectives must be executed from the Call Report. They are typically configured as the fourth and last layer of the account plan hierarchy in replacement of action items.
Goal (goal__v)
Goals are the desired results of an account plan. They are outside of the account plan hierarchy. KAMs can create and view Goal records on the Account Plan page.
Account Team Member (account_team_member__v)
Account plan team members are colleagues who are responsible for collaborating on the account plan.
Key Stakeholders (key_stakeholder__v)
Key stakeholders are the people or accounts that are important to drive the plan forward.
SWOT (swot__v)
The SWOT object is a SWOT (Strengths, Weaknesses, Opportunities, and Threats) analysis for an account plan. This allows multiple teams to easily contribute to a single account plan for an account and also provides flexibility for each team to have their own SWOT analysis and goals records. These records can also be used to differentiate SWOTs and goals by product, compound, or therapeutic area, based on the products associated with the account. KAMs can create and view SWOT records on the Account Plan page.
Related Modules
In addition to the account plan data model, account plans relate to other modules within CRM including:
- Product Plans (product_plan__v)
- Call (call2__v)
- Opportunities (opportunity__v)
- Patient Journeys (patient_journey__v)
Restrictions
The following restrictions apply when creating an account plan:
- Either action item or call objective can be included at the lowest level of the hierarchy, not both
- Account plan is always the top level
- Custom objects can be configured as part of the hierarchy, with limitations
While custom objects are supported in the hierarchy, it is not recommended to use them when using Account Plan Sharing.
- The hierarchy should only have up to four levels including custom objects
- The hierarchy is defined on the Vault level in the account_plan_object_hierarchy__v Veeva Setting. Profile-specific settings are not supported for the account plan object hierarchy.
Configuring Account Plans for

To configure this feature:
- Grant the following permissions depending on the objects in the account plan hierarchy:
Object Object Permission Object Types Fields Field Permission account_plan__v
CRED
account_plan__v
- account__v
- name__v
- account_plan_status_v
- active__v
- description__v
- start_date__v
- end_date__v
- health__v
Edit
plan_tactic__v
CRED
n/a
- account_plan__v
- name__v
- plan_tactic_status__v
- product__v
Edit
account_tactic__v CRED account_tactic__v - account__v
- account_plan__v
- account_tactic_status__v
- description__v
- name__v
- plan_tactic__v
Edit action_item__v CRED kam__v - account__v
- account_plan__v
- account_tactic__v
- name__v
- action_item_status__v
- assignee__v
- completed_by__v
- completed_date__v
- description__v
- due_date__v
- plan_tactic__v
- start_date__v
Edit call_objective__v CRED action_plan__c - account__v
- account_plan__v
- account_tactic__v
- plan_tactic__v
Edit swot__v CRED n/a All fields Edit goal__v CRED n/a All fields Edit -
Ensure the following VMOCs are active for the appropriate platforms:
Object Sync Type WHERE Clause account_plan__v
Top Level
WHERE account__v IN (SELECT id FROM account__vr)
plan_tactic__v
Top Level
n/a
account_tactic__v Top Level n/a action_item__v Top Level WHERE ownerid__v = @@USER_ID@@ OR assignee__v = @@USER_ID@@) action_item__v Top Level WHERE account__v IN (SELECT id FROM account__vr) action_item__v Top Level WHERE account_plan__v IN (SELECT id FROM account_plan__vr) call_objective__v Top Level WHERE account__v IN (SELECT id FROM account__vr) key_stakeholder__v Full Sync WHERE account_plan__v IN (SELECT id FROM account_plan__vr) account_team_member__v Top Level WHERE account_plan__v IN (SELECT id FROM account_plan__vr) -
Expose the swot__v and goal__v related lists on the account_plan__v layouts. This allows end users to view and access the records on the Account Plan page.
Optional Configuration
Remove the following fields on the account_plan__v object from the Account Plan header layout.
- Opportunities
- Strengths
- Threats
- Weaknesses