About Requisite Templates
Scope:
crmWho can execute methods: any user
Fields of the Requisite Template
|
Name |
Description |
Read |
Write |
Required |
Immutable |
|
ID |
Identifier of the requisite. Automatically created and unique within the account |
Yes |
No |
No |
Yes |
|
ENTITY_TYPE_ID |
Identifier of the parent object's type. The identifiers of CRM object types are provided by the method crm.enum.ownertype |
Yes |
Yes |
Yes |
Yes |
|
COUNTRY_ID |
Identifier of the country corresponding to the set of fields in the requisite template (to get available values, see the method crm.requisite.preset.countries) |
Yes |
Yes |
Yes |
Yes |
|
DATE_CREATE |
Creation date |
Yes |
No |
No |
No |
|
DATE_MODIFY |
Modification date. Contains an empty string if the template has not been changed since creation |
Yes |
No |
No |
No |
|
CREATED_BY_ID |
Identifier of the user who created the requisite |
Yes |
No |
No |
No |
|
MODIFY_BY_ID |
Identifier of the user who modified the requisite |
Yes |
No |
No |
No |
|
NAME |
Name of the requisite |
Yes |
Yes |
Yes |
No |
|
XML_ID |
External key. Used for exchange operations. Identifier of the external information base object. The purpose of the field may change by the final developer. Each application ensures the uniqueness of values in this field. It is recommended to use a unique prefix to avoid collisions with other applications. Values of the form |
Yes |
Yes |
No |
No |
|
ACTIVE |
Activity status. Uses values |
Yes |
Yes |
No |
No |
|
SORT |
Sorting |
Yes |
Yes |
No |
No |
Overview of Methods
|
Method |
Description |
|
Creates a new requisite template |
|
|
Modifies a requisite template |
|
|
Returns a possible list of countries for requisite templates |
|
|
Returns a requisite template by identifier |
|
|
Returns a list of requisite templates by filter |
|
|
Deletes a requisite template |
|
|
Returns a formal description of the fields of the requisite template |