Translation public data object in Jitterbit App Builder
Provides read access to translations.
Usage
Read from business object.
Remarks
This data object provides developers read-only access to translations stored in App Builder's internal translation tables.
Access
Read | Write |
---|---|
Yes | No |
Rows
0..N
Roles
- Administrator
- User
Table schema
Column | Primary Key | Description |
---|---|---|
BundleId | Yes | The bundle id to retrieve from. |
TranslationKey | Yes | The key of the translation id of the record. This will be automatically generated unless specified. |
LanguageId | Yes | The translation language. |
TranslationFormatId | No | The translation format. Refer to the Translation_format public data object for more info. |
TranslationTypeId | No | The translation type. Refer to the Translation_type public data object for more info. |
Value | No | The bundle itself. |