Hi All,
I need your help regarding process or imports in anaplan connect. In the import or process when any of mapping is selected as ' ask everytime while import'. How can we complete that process or import successfully using Anaplan connect
with mappingparameters we can pass the month information to api
sample code reference -
postImport = requests.post(url=post_url,headers=post_Headers,data=json.dumps({'localeName': 'en_US',"mappingParameters":[{"entityType":"Period", "entityName":"YYYY-MM"}]})
You can use the "-mappingproperty" parameter to do this.
So you would add: -mapping property Dimension:ValueWith Dimension and Value being whatever is being asked at the prompt.
Hi Sai,
I think that while you create the import process you select the mapping as "ask each time import is run", so when you run the action a window will appear and ask which dimension you need specifically. You will be able to see that pop up message while the action is run from a button in the New UX as well.
Are you asking for a reference to setting he replied with? It's in the Anaplan Connect user guide. Should be around page 59.
We’re working on modeling inventory consumption at the lot level, accounting for shelf life considerations, since we need visibility into which lots may not consume—both for risk reporting and E&O analysis. Each item may have customers with different shelf life requirements. For example, item A may need 270 days for some…
Hi, Can you help me, how can we get row data into columns using Unique ID? Per attached below first snapshot, I want to bring rountingOrder 4, RecipientName, Sent and Completed dates in 1 row as show in sanpshot 2. Do I need to create Hierarchy list and Map?
Hi Anaplan Community, I'm working on a simulation planning model where users need the flexibility to input pricing adjustments at any level of the product hierarchy, and I’d love your guidance on best practices. 📌 Scenario Overview: We have a 4-level product hierarchy: Brand Category Sub Category SKU (lowest level) The…