i
Forms Examples
These examples are based on the (CRM_ACCOUNT) Account form of the CRM solution, available in all versions of Deyel.
Forms Collection
Examples are implemented from Postman to execute each of the operations described in the following table. Previously, you must import the Form collection.
Operation |
Description |
---|---|
Returns a list with the CRM application forms. |
|
Returns the information from the Account form definition (CRM_ACCOUNT). |
|
Returns a list with all the Account form instances (CRM_ACCOUNT). |
|
Returns a specific instance from the previous item list. |
|
Creates a new Account form instance (CRM_ACCOUNT). Values must be sent for all form fields. The ones that want to be omitted must be sent empty ("field_name": null). |
|
Modifies the fields values in an Account form instance (CRM_ACCOUNT). Values must be sent for all form fields. The ones that want to be omitted must be sent empty ("field_name": null). |
|
Modifies only the dsDescription field value in an Account form instance (CRM_ACCOUNT). |
|
Deletes an Account form instance (CRM_ACCOUNT). |
|
getFormInstance (by filtering through a quantifiable field) |
Returns a list with all the Account form instances (CRM_ACCOUNT), filtering through quantifiable fields. |
getFormInstance (with the INCLUDE clause) |
Returns a list with all the Account form instances (CRM_ACCOUNT), using inclusion clauses. |
getFormInstance (with filter, paging, sorting and number of records per page) |
Returns a list with all the Account form instances (CRM_ACCOUNT) with filter, paging and sorting options. |