Extracting all line item formulas from a module

Options
samlambert
samlambert Member, ALL USERS Posts: 5 Contributor

I want to extract all the line item formulas from an Anaplan module. Is there any documentation in the API to do this?

 

I want to do this so I can run a git diff across multiple environments.

Comments

  • samlambert
    samlambert Member, ALL USERS Posts: 5 Contributor

    Thanks for the reply, but I want to use the API, so this solution doesn't work for me.

     

    I'm trying to find out how I can export all the metadata in a module (Metadata being things like line item formulas, Parent, IS Summary, Format, etc.). Once I've exported them then I can run my own custom git diff processes to compare modules across environments.