Hi,
Yes, we have a unique id for the modules. try this
I tried same for the line items, but didn't get the unique ID.
Regards,
Vignesh M
Line items are assigned numeric IDs, but line item metadata is not exposed in the API at that level of detail because there is no requirement to address them individually. An export can be configured to provide line item names, which are unique within the scope of each module.
@ben_speight
What you have outlined is exactly how i have done it however the challenge i am facing is some of the line item names are bigger than 60 char which is prohibiting me for using these as codes when bringing back into my anaplan model .
Bit of a background i have written up a python script which collects line item level information from various models (exporting grid -line items ) DEV , UAT , Prod and brings into another anaplan model on a routine bases . My client uses this to perform some analytics in-terms of how each model is growing space wise and some other KPI's .
Challenge i am facing is a line one i highlighted above + line item name will be same in let say DEV and prod . Also cases like what if line item name was updated ? . Therefore i was hoping to get some uniqueness
Thanks @VIGNESH.M i did not try this . I will give this a try
@karank ,
Not sure if this helps you, but you may want to use the Code of the line item:
https://help.anaplan.com/anapedia/Content/Modeling/Build%20Models/Blueprint.html#Code
Hope this helps,
Rob
@rob_marshall Thanks its a very good workaround however in my case it will not work as it has to be manually updated .
@VIGNESH.M
I tried the api call you outlined above and it works 98% of the times thanks !!!!
For some reasons it misses some the modules from a particular model ????
I cant figure out why it would omit just some modules . I have attached an output of what it misses
cannot figure out a pattern may be you can throw some light
Just found out what it was . It was my access 😛
all good
Thanks
Hello everyone, I hope you're doing well. I'm posting because two of my coworkers are trying to use the Anaplan Excel Add-In Series 4, but they're running into an issue during the connection setup process. When they go to New → New Read-Only Connection (or New Connection) and reach the "Select a Customer" step, no…
Why in my model output is blank, after send explainability data.
I am working on a use case where I need to display the top 5 lines of a module as individual lines, while grouping all remaining lines under an "Others" category. The module is dimensioned by multiple composite hierarchy lists, along with Time and Version. To achieve this, I need to use the RANK function with the Ranking…