REQUEST_ID
(IN, numeric), which is the request ID that contains the process data to retrieve.FORM_DATA_NAME
(IN, text), which is the process data name that contains the form data to query. By default, GETFORMDATA uses the FORM_DATA
process data name.REQUEST_AMOUNT
)REQUEST_COMPANY
form field into the CUSTOMER_COMPANY
process data , the process data and the field data types must be the same. You may have to add an exception management to handle possible errors (e.g. invalid request ID).