The current Mulesoft does not support Anaplan connectors. Any advise on what to do regarding this? And how to find import id on Anaplan. Kindly provide your valuble input into this.
Should I use backdated connectors/api ?
-Thanks
Anaplan developed and launched a new MuleSoft connector in September 2018. This connector works with Mule 3.x runtime, and can be accessed through the MuleSoft Exchange, https://www.mulesoft.com/exchange/org.mule.modules/anaplan-connector/
Danish,
Anaplan has new connector for Mule 3. For this connector you will not get the import and export ids automaticaly. You have to find import ids using Rest Api.
Rest Api: https://anaplanbulkapi20.docs.apiary.io/#
Mule Connector: https://anypoint.mulesoft.com/exchange/org.mule.modules/anaplan-connector/
Implementation Blog: https://community.anaplan.com/t5/Knowledge/RESTful-API/ta-p/33579
In the Above blog it was clearly explained how to get the import and export Ids.
After getting export id, you can enter in the export field.
Hope this helps for you.
Good Luck,
Karthik Kumar
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…