Is there a way to retrieve the following field via API or Transactional API?
I noticed that there is no way to Export it via the Anaplan interface but am hoping there is a pathway to retreive it through Python or some other API tool.
Unfortunately I haven't found anything for this either! Hoping any upcoming transactional API endpoints might allow us to grab more metadata, including line item formulas. @Misbah - would you be happen to have any insider knowledge?
Hi @nathan_rudman - what did you mean by that?
The transactional APIs also include a set of metadata APIs that give some more information about the Anaplan model objects. Use the transactional APIs - Anaplan Technical Documentation
@kevin.cho
Nope Bud! All I know is that they are going to add lot more things as part of Model Meta data APIs. For example Line item referenced by is one of the features that will be included but don't know the timelines.
@DaanishSoomar If you are part of EA program with Anaplan you can surely suggest this idea/feature when new set of Transactional APIs become available for EA.
Misbah
Cheers @Misbah - good to hear that they're still planning for more metadata APIs! Super helpful for model organisation/management.
I am trying upload data from a CSV with date. For size reasons, I don't want to dimension the module by date but bring it in as a line item formatted as date. The problem is that person that will be doing the upload is in Italy, and their date format is different. When she does the upload, the date gets messed up…
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 .
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:…