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
Hi Is it possible to color any line item in NUX we can color the cells but can we color the header of any line item in NUX. So i wanted to color only the WP0 part not all the line items in the view i have used cf for cell but is it possible for line item
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…
A while back, I shared a pattern for extracting and reporting on Anaplan audit data using a Python project hosted on GitHub. I wrote that during my time on the Operational Excellence Group (OEG) at Anaplan. The Python solution still works, and plenty of teams are running it today. The problem it solves hasn't changed:…