add processId, actionId, fileId as columns in Settings (for API development)

Options
Guido.kaandorp
Guido.kaandorp Member, ALL USERS, GroupMember, Community Member Posts: 5 Frequent Contributor

This will speed up API development and runtime both. The API requires ID's as parameter, however Anaplan UI shows only the Name.

 

When using API for sending data to Anaplan or triggering a process we now use the name for searching the id.

Currently this requires additional looping in our API framework. If we know from the Anaplan UI e.g. the processId upfront we can directly implement it with this ID rather then looping over all processes till the API found the correct Id.