When to use it
- Validate that a newly enabled context provider is returning the expected fields for a seller profile.
- Diagnose missing or unexpected context in a generated account plan or strategy.
- Confirm that the integration user’s permissions grant access to the records and fields you intend to expose.
- Compare output across multiple providers for the same account by running them individually or all at once.
Access requirements
The Context Console is only visible to users who meet all three of the following:- CRM Context for Seller Profiles is enabled in
ShiftUp Admin>Advanced>App Settings. See Context Providers for setup steps. - The user has the ShiftUp admin permission set.
- The user has the Salesforce View All Data permission.
Opening the console
1
Open ShiftUp Admin
Navigate to ShiftUp Admin in your Salesforce app launcher.
2
Open the Context Console tab
Select the Context Console tab in the application setup view. The tab only appears when the access requirements above are met.
Running a provider
The console has two panels: a parameter form on the left and a results panel on the right.1
Select a Seller Profile
Pick the seller profile whose context provider configuration you want to test. This scopes the account-plan search and determines which providers are available.
2
Select a Context Provider
Choose a single provider to inspect its output in isolation, or select All to run every enabled CRM context provider for the chosen seller profile in one pass.
3
Find an Account Plan
Type at least two characters into Search Account Plans and click the search icon. Pick the account plan you want to run the provider against from the dropdown.
4
Run
Click Run. The results panel displays the JSON returned by the provider, along with any errors.
Reading the results
The results panel renders the provider’s response as structured JSON. Use it to confirm:- Records returned — Does the provider find the accounts, opportunities, contacts, or other records you expect?
- Fields populated — Are all the fields you configured present and populated? Missing fields usually indicate a field-level security restriction on the integration user, or a field that’s been filtered out by context provider field constraints (see Context Providers).
- Errors — If the provider fails, the panel shows the underlying error message. Common causes are insufficient integration user permissions, disabled provider configurations, or invalid seller profile data.
Troubleshooting
Related
- Context Providers — Enable and configure the providers the console tests.
- Post-installation — Initial ShiftUp Admin setup.

