Documentation

crm.catalog.fields

crm.catalog.fields()

Returns the description of the fields available to commercial catalogs.

Parameters

No parameters.

Example

	BX24.callMethod(
			"crm.catalog.fields", 
			{}, 
			function(result) 
			{
				if(result.error())
					console.error(result.error());
				else
					console.dir(result.data());
			}
		);	


Fields

Field DescriptionTypeNote
ID IdentifierintegerRead only
NAME Namestring
ORIGINATOR_ID Data source IDstringUsed only to link to an external source.
ORIGIN_ID Element ID in the data sourcestringUsed only to link to an external source.
XML_ID Mnemonic codestringRead only


© «Bitrix24», 2001-2024
Up