When using ProcFormEdit you may have noticed that there’s an option called OverwriteWithNull. ProcFields is designed to not change fields if not provided and a quirk of that design is that sending an empty string as the value fell into…
When using ProcFormEdit you may have noticed that there’s an option called OverwriteWithNull. ProcFields is designed to not change fields if not provided and a quirk of that design is that sending an empty string as the value fell into…
The ProcForms API endpoint returns a list of forms for a given process. The fields returned for each form are based on the View ID provided. If the ViewID is not provided, the user’s default view is used. Views in…
Back in 2013 we introduced a requirement that API keys had to be sent as the first attribute of the JSON payload, this was meant to allow some optimization when processing the request. This introduced a problem with JSON libraries…
Location list fields are a special kind of list field where each option is associated to a set of geographic coordinate system coordinates. When working with this kind of field via the API, the coordinates can be found inside the…
On the previous part, we showed how yes/no lists are structured in the JSON sent by the RPM API. On this part, we’ll show how to add forms and edit the values in a yes/no lists field. ProcFormAdd The API…
The following guide will introduce some of the details you need to take into consideration when interacting with yes/no lists via the RPM API. Process Template When setting up a yes/no list field, you can configure it in different ways:…