Best Of
Re: Delete models using Anaplan Connect/API?
Hi,
There is this Bulk Delete Models endpoint in Anaplan Transactional API
. In API documentation there is sample CURL Script for model deletion.
Re: Delete models using Anaplan Connect/API?
Hello
The "Bulk Delete Models" endpoint in the Anaplan Transactional API provides a convenient way to remove multiple models in Anaplan using an API call. Here's a sample CURL script for model deletion:
curl -X DELETE https://api.anaplan.com/2/0/models/bulkDelete \
-H "Authorization: AnaplanAuthToken <YourAuthToken>" \
-H "Content-Type: application/json" \
-d '{
"modelIds": ["ModelID1", "ModelID2", "ModelID3"]
}'
This script sends a DELETE request to the Anaplan API endpoint, passing the Anaplan Auth Token in the Authorization header and providing a JSON payload with the list of model IDs you want to delete. Make sure to replace <YourAuthToken>
with your actual Anaplan Auth Token and update the "modelIds"
list with the IDs of the models you want to delete. Refer
|Golang Certification
Thank you.
Re: Process ID
Did you know we have an Official Anaplan API collection in Postman?
Download your copy here:
Re: 2024 Recertification Requirement Announcement: Using Workflow in Anaplan!
Thanks @BoL Agree with @andrewtye - Some observations and questions:
- Great job Dave and Leigh. Appreciate the time you took to create the demos.
- Took me just over 2 hours to complete.
- Last chapter (4) is terrific. I suspect this will just be a matter of practice to get really good at this and to figure out best practices.
- for big implementations with complex processes I can see how this can be inefficiently deployed so it's really important to use the line item method for task assignment.
Questions:
- Has this feature been released as of Oct 18 2023? I'm a tenant admin but don't have the ability to add workflow owner.
- Best practice question - should there be a rule of thumb on how many tasks should be added before you create a separate workflow? Or, should it be a goal to get as many tasks as possible that relate to the workflow into one workflow?
- How is the workflow "knowing" the date? Say, I enter Oct. 18, 2023 as the start date of the workflow. How does Anaplan know what the current date is? Is it using the system time?
Re: Forecast without PlanIQ
Hi,
You could be calculating annual forecasts in Anaplan based on rules that you prefer. For example by multiplying previous year value with desired % increase.
Re: How to obtain annual forecasts?
PlanIq doesn't provide yearly forecasts. Maybe you could try creating a monthly forecast and use yearly value from that monthly forecast?
A conversation with Shrankhla Singh — Journey | Anaplan Community Podcast
October may be Global Diversity Awareness Month, but the diversity in the Anaplan ecosystem is something we are proud of and celebrate every month! In our seventh episode of Journey, an Anaplan Community podcast, we are excited to introduce a new host to help showcase the variety of talent in our ecosystem. Bringing in new hosts represents the diversity of culture, ethnicity, and thought from around the world, is a reflection our Community, and brings us in alignment with the ideals of global diversity.
In today’s podcast, our new host Kas Gengadaren (@KasG), Anaplan’s APAC Ecosystem Manager, is joined by Shrankhla Singh (@Shrankhla), Certified Master Anaplanner and Center of Excellence Lead at NTUC Fairprice in Singapore. Both ladies are doing amazing work, and have a passion for coaching, Community, and creating an environment where employees of all backgrounds feel respected and valued.
In addition to being a Certified Master Anaplanner and CoE Lead, Shrankhla is our Community Asia User Group Leader. She has extensive experience in leading CoEs and is passionate about coaching new Anaplanners for digital transformation projects. Shrankhla understands the partner and customer journey, as she has been a part of both ecosystems and enjoys being at the customer side for now.
In this episode, Kas and Shrankhla chat about Shrankhla’s Anaplan journey, the benefits of an Anaplan Community group, working cross-culturally, her future goals, and more.
“If I have any questions — and I tell the model builders I have — if you have any questions, if you are stuck somewhere… You just put that question in Community. And I’m sure, because Community is so widespread (we have people from various regions) — somebody must have encountered a similar kind of thing. That’s the power of Community.” - Shrankhla Singh
Tune in and let us know what people and topics you would like to see in future episodes.
View all past podcast episodes here.
Re: How to convert an annual amount to a monthly amount
Yes, the lookup will work, but Yearvalue() will perform better because the lookup is already built into the function.
Re: Using Python 3 with the Anaplan API
I can't seem to get the link for Getting the Information Needed for Each Script (under the Imports heading) to work, could @chase.hippen confirm?
Thanks!
Callum
