Documentation

catalog.priceTypeLang.getFields

Scope: catalog Permissions to execute: for all

catalog.priceTypeLang.getFields()

Method returns translation fields for price type names.

Parameters

No parameters.

Examples

BX24.callMethod(
    'catalog.priceTypeLang.getFields', 
    {}, 
    function(result)
    {
        if(result.error())
            console.error(result.error().ex);
        else
            console.log(result.data());
});

Returned fields

Field DescriptionTypeNote
catalogGroupId Price type ID. integer Required field.
id Translation ID for price type name. integer Read only.
lang Translation language. string Required field.
name Price type name. string Required field

© «Bitrix24», 2001-2024
Up