Hi,
when I am assigning the account to the territory I am always facing error as below and account never get assigned to the territory , what could be the reason ?
When I use same method for unassign it works .
Hi @Krushna,
Have you tried clearing the browser cache and cookies? Also, check that its a supported browser - Mozilla Firefox, Google Chrome, Microsoft Edge, or Apple Safari.
If that does not resolve, then I would check that your connection with the Anaplan API is stable. In a command prompt, these commands help:
Determine if you can ping the Anaplan API:
ping api.anaplan.com
Review the server hops along the way to the Anaplan API:
tracert api.anaplan.com
If you see hop drops or long delays, your local network support should be able to check that the DNS table is updated and there aren't any retired servers or unnecessary hops causing issues.
Cheers,
James
Thanks @vanreign ,
I am able to fix it , It was issue on my build and on list/action , not from connection
I am working with Anaplan Data Orchestrator (ADO) and trying to transform uploaded data by adding a new column and concatenating several columns to create a unique key. However, some cells in these columns are empty. When this happens, ADO returns the entire concatenated key as NULL instead of using the values available in…
Multi-Cell Selection for Calculation Summary When selecting two or more cells in Anaplan, a calculation menu appears in the bottom-right corner displaying useful statistics such as Count, Min, Max, Average, and Sum. This is a helpful functionality for quickly analyzing selected values. However, the current functionality is…
We've been building a tool called aplan4sheets and we'd genuinely like input from this community — both on what we've built so far and on what we should prioritize next. The problem we set out to solve: Anaplan's Excel add-in is Windows-centric, and there's no real native way to pivot Anaplan data in Google Sheets. We…