GroupTable
GroupTable class for handling table with price types.
Class methods
Method | Description | Available from version |
---|---|---|
getMap | Method returns list of fields for table with price types. | |
getTableName | Method returns name for the table of price types in the database. | |
validateName | Method returns validator for the field NAME (internal price type name). |
|
validateXmlId | Method returns validator for the field XML_ID (external ID). |
Price type fields
Field | Description | Type | Required |
---|---|---|---|
ID | Price type ID. | Int | Yes |
NAME | Price type name. | Varchar(100) | Yes |
BASE | Flag (Y/N) for basic type. | Сhar(1) | Yes |
SORT | Sort order. | Int | Yes |
XML_ID | External ID. | Varchar(255) | No |
TIMESTAMP_X | Date and time for price type update. | Datetime | No |
MODIFIED_BY | ID for user who updated price type. | Int | No |
DATE_CREATE | Date and time for created price type. | Datetime | No |
CREATED_BY | ID for user who created price type. | Int | No |
© «Bitrix24», 2001-2024