I want to know the main difference between using of anaplan connect and actions.
What is different between production list and production data.
Please give me the information.it will be helpful for me.
Hello @ssashish786 ,
Hope you are well today!
Basically every time you make an import, export, delete or others, you create an action that you can add to processes. Anaplan connect allows you to automate the execution of each of this actions without having to physically access a dashboard or the model. Additionally, if you also synchronise it with Microsoft Scheduler you could have a model that gets automatically updated with the timeframe desired.
A bit more information about Anaplan Connect here:
With regards to your second question, any data connected with production lists is production data. Please use the links below for a bit more information:
Cheers!
Hi @ssashish786,
What is the major difference between Anaplan connect and actions
Anaplan Connect API client is a command-line interface. Which means if you have to automate a file import or export you will install this JAVA utility, write batch scripts to perform the import/export of files.
Whereas the actions are the actual import or export of file that you perform. Actions can be run by non-workspace administrators when you publish them on the UX.
You can run an action or process using the Anaplan Connect in an automated way. Say daily inventory levels should be imported into model at midnight. You will use Connect to run the inventory load import (action) for the new file which the ERP system would have placed in a predefined folder at EOD.
What is different between production list and production data?
Think of a Marketing Program which will be run by a company in Q4. As you expect the end user( the marketing team) to add it on the go you will define the Marketing Program list as production list.
The cell data say the Date of Marketing Program, or the Place where this will be run becomes the production data.
Hope this helps.
Thanks,
Jensit
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…