catalog.section.getFields
Scope: catalog Permissions to execute: for all
catalog.section.getFields()
The method returns fields of commercial catalog section.
Parameters
No parameters.
Examples
BX24.callMethod( 'catalog.section.getFields', {}, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
Returned fields
Field | Description | Type | Note |
---|---|---|---|
active | Activity | char | |
code | Symbolic code | string | Required field. |
description | Description | string | |
descriptionType | Description type | string | |
iblockId | Iblock ID | integer | Required field. |
iblockSectionId | Parent section ID | integer | |
id | Section ID | integer | Read only |
name | Name | string | Required field. |
sort | Sorting | integer | |
xmlId | External code | string |
© «Bitrix24», 2001-2025