ccrz__E_MenuI18N__c
Represents an internationalized menu record for a specific locale.
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_MenuI18N__c record directly. When the ccrz.ccApiMenu.fetch method's input map includes the ccrz.ccApiMenu.LOCALE key, the method:
- References ccrz__E_MenuI18N__c records for the specified locale.
- Returns ccrz__E_Menu__c records, translated with the localized data.
Fields
- CC Menu
- The menu record to localize.
-
Usage Field Name Data Type Input on object ccrz__Menu__c Master-Detail Relationship (ccrz__E_Menu__c) Input or output with API (with any data size) Not applicable - Display Name
- The localized text for the menu entry in the navigation bar.
-
Usage Field Name Data Type Input on object ccrz__DisplayName__c Text (255) Input or output with API (with any data size) Provides the value for the displayName field when the API queries localized menu records. - Language
- Code for the locale selected from the Locale picklist on a CC Menu I18N record.
-
Usage Field Name Data Type Input on object ccrz__Language__c Text (25) Input or output with API (with any data size) Not applicable - Locale
- An available locale to show in the Locale picklist on a CC Menu I18N record. This field doesn't store any value on the actual record—the Language field specifies the selected value.
-
Usage Field Name Data Type Input on object ccrz__Locale__c Text (25) Input or output with API (with any data size) Not applicable - Menu I18N AutoNumber
- A unique, automatically assigned ID for the record.
-
Usage Field Name Data Type Input on object Name Auto Number Input or output with API (with any data size) Not applicable - Menu I18N Ext Id
- A unique ID that associates the record with an external system.
-
Usage Field Name Data Type Input on object ccrz__MenuI18NId__c Text (128) Input or output with API (with any data size) Not applicable