I'm seeking advice on the quickest method for creating lists in Anaplan: using the UX Page "Form action" or the backend Actions for Creating List Item. Which approach is more efficient?
There will be very little difference between the two, and the actual mechanism (within the Anaplan code) for creating a list item is the same either way. The performance of it will come down to how/where that list is used and what a change to that dimension represents in the model. If a user is entering data to create a list item, then a form is the more efficient way; an action would need to retrieve data from a view before adding a small additional step. But using an action could mean that you could batch up multiple user entries and add all items together in the one action; so that would be more efficient than multiple form entries.
Hello Anaplan Community, I am seeking guidance on the most effective ways to automatically upload flat files to Anaplan Data Orchestrator (ADO). Currently, our process involves loading flat files to an Anaplan Datahub using Anaplan APIs and custom Python scripting. With Anaplan Data Orchestrator's capabilities for dataβ¦
Hi Anaplan Community, I'm working on a simulation planning model where users need the flexibility to input pricing adjustments at any level of the product hierarchy, and Iβd love your guidance on best practices. π Scenario Overview: We have a 4-level product hierarchy: Brand Category Sub Category SKU (lowest level) Theβ¦
Hi, My org is looking to explore leveraging Google Apps script to extract data out of Anaplan and update already built templates in Google Sheets. We use the Anaplan Extension currently but find it crashes often with the amount of tabs, data, etc. Has anyone used both Anaplan OAUTH 2.0 API and Goolge Apps Script to writeβ¦