Hi,
I'm looking for an Anaplan Connect example to copy from Module to Module and Model to Model.
Β
Thank you for your help.
@nabilbrahimiΒ
here's an example.
@echo offrem This example runs a model to model import within Anaplan.set AnaplanUser="firstname.lastname@company.com"set WorkspaceId="8a819488459fa63301462b73fe785786"set ModelId="CB0A5A4D5C5943B5837FF42C5FAA95E1"set Operation=-service "https://api.anaplan.com" -auth "https://auth.anaplan.com"-import "P&L from Model2 / Installation Sales" -executerem *** End of settings - Do not edit below this line ***
Also, take a look at the Anaplan Connect Documentation too! It's awesome. Page 13 is model to model.
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context andβ¦