Custom Fields in CRM

We are still updating this page

Some data may be missing here — we will complete it soon.

Scope: crm

Who can execute the method: any user

Methods for working with custom fields:

Method

Description

crm.userfield.fields

This method returns the description of fields for custom fields.

crm.userfield.types

This method returns a list of custom field types.

crm.userfield.enumeration.fields

This method returns the description of fields for a custom field of type "enumeration" (list).

crm.userfield.settings.fields

This method returns the description of settings fields for the custom field type.

Additional