Unique Usage

API Clearing Form Field Values
When using ProcFormEdit you may have noticed that there’s an option called OverwriteWithNull. ProcFields is designed to not change fields if not provided an...
Fri, 14 Jun, 2024 at 2:15 PM
API Getting more fields in ProcForms
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 i...
Fri, 14 Jun, 2024 at 2:16 PM
API Getting coordinates of the Options in a Location List Field
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 wi...
Fri, 14 Jun, 2024 at 2:18 PM
API Creating and Editing Forms that Contain Yes/No Lists Fields
ProcFormAdd The API endpoint to add a form to a process is ProcFormAdd, we’ll add a new form to the process created on the previous part: 1 2 3 4 5...
Fri, 14 Jun, 2024 at 2:22 PM
API Reading Yes/no lists fields
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 Temp...
Fri, 14 Jun, 2024 at 2:24 PM
API AnnouncementsList
1 AnnouncementsList() Returns a list of currently active announcements (announcements showing in the announcements panel) Available since RPM...
Tue, 18 Jun, 2024 at 3:13 PM
Working with Table Fields via the API
When working with the API you may have noticed that the way Fields are specified when adding or editing forms is a bit different between fields inside table...
Tue, 18 Jun, 2024 at 2:59 PM