Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ccrz__E_PageLabelI18N__c

Represents a page label translated for a locale that your storefront supports.

Compatibility

This reference applies to:

Release Managed Package Version API Version
B2B Commerce for Visualforce Winter ’21 4.13 12
B2B Commerce for Visualforce Spring ’20 4.12 11
B2B Commerce for Visualforce Summer ’19 4.11 10
B2B Commerce for Visualforce Spring ’19 4.10 9
B2B Commerce for Visualforce Summer ’18 4.9 8

API Usage

The API doesn't return fields on the ccrz__E_PageLabelI18N__c record directly. When the ccrz.ccApiI18N.fetchPageLabels method's input map includes the ccrz.ccApiI18N.LOCALE key, the method:

  1. References ccrz__E_PageLabelI18N__c records for the specified locale.
  2. Returns ccrz__E_PageLabel__c records, translated with the localized data.

Fields

CC Page Label
The page label to localize.
Usage Field Name Data Type
Input on object ccrz__PageLabel__c Master-Detail Relationship (ccrz__E_PageLabel__c)
Input or output with API (with any data size) Not applicable
CC PageLabelI18N Name
Name for the localized page label record.
Usage Field Name Data Type
Input on object Name Text (80)
Input or output with API (with any data size) Not applicable
LangSequence
Formula that determines the relative priority of the localized page label.
Usage Field Name Data Type
Input on object ccrz__LangSequence__c Formula (Number)
Input or output with API (with any data size) Not applicable
Language
ISO code for the locale to localize for.

Each locale uses the following codes for languages and regions, separated by an underscore:

  • ISO 639-1 language code, such as en or ja
  • ISO 3166-1 Alpha 2 country or region code, such as US or JP

Note

Usage Field Name Data Type
Input on object ccrz__Language__c Text (5)
Input or output with API (with any data size) Not applicable
ValueRT
The localized page label text.
Usage Field Name Data Type
Input on object ccrz__ValueRT__c Text Area (Rich) (32768)
Input or output with API (with any data size) Provides the value for the value field when the API queries localized page label records.

Deprecated Fields

The following fields exist on the object but aren't used by the managed package. Don't use these fields in any development or customization.

Field Label Field Name Data Type
Value ccrz__Value__c Text Area (Long) (32768)