Anaplan Connect copy model to model
Hi,
I'm looking for an Anaplan Connect example to copy from Module to Module and Model to Model.
Thank you for your help.
Tagged:
0
Answers
-
here's an example.
@echo off
rem 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" -execute
rem *** 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.
1 -
thank you, helped a lot!0