Custom Fields for Inventory Accounting Documents: Overview of Methods
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
This section contains methods for reading and updating the values of custom fields for inventory accounting documents. The creation and configuration of the custom fields themselves are performed in a separate section userfieldconfig.*.
Quick navigation: all methods
Relationships with Other Objects
Custom Fields. Fields are created and configured using the methods in the userfieldconfig.* section. For inventory accounting documents, use moduleId = catalog and entityId in the format CAT_STORE_DOCUMENT_<documentType>, for example, CAT_STORE_DOCUMENT_A.
Type of Inventory Accounting Document. The methods in this section use documentType. Acceptable values can be obtained using the catalog.enum.getStoreDocumentTypes method.
Inventory Accounting Document. To update values, a documentId is required. The document identifier can be obtained using the catalog.document.list method.
User Documentation
Working with Custom Fields of Documents
- Create a custom field using the userfieldconfig.add method.
- Retrieve the
documentTypevia catalog.enum.getStoreDocumentTypes. - Get the current field values using the catalog.userfield.document.list method.
- Update the values using the catalog.userfield.document.update method.
Overview of Methods
Scope:
catalogWho can execute the method: depending on the method
|
Method |
Description |
|
Updates the values of custom fields for inventory accounting documents |
|
|
Returns a list of values for custom fields of inventory accounting documents |