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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.