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.
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…
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…