i

Please enable JavaScript to view this site.

These examples are based on the (CRM_ACCOUNT) Account form of the CRM solution, available in all versions of Deyel.

 

 

C00079~1_img1

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

getToken

Obtains token.

getForms

Returns a list with the CRM application forms.

getForm

Returns the information from the Account form definition (CRM_ACCOUNT).

getFormInstances

Returns a list with all the Account form instances (CRM_ACCOUNT).

getFormInstance

Returns a specific instance from the previous item list.

createFormInstance

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).

updateFormInstance

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).

updateValuesofFormInstance

Modifies only the dsDescription field value in an Account form instance (CRM_ACCOUNT).

deleteFormInstance

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.

Send us your comment
Share on Twitter Share on Linkedin Send by Email Print