Translation_Format public data object in Jitterbit App Builder
Provides read access to translation formats.
Usage
Read from business object.
Remarks
This data object provides developers read-only access to the translation formats used by App Builder. Translation format indicates what type of content is being translated. Currently, this is either Text
or HTML
.
Access
Read | Write |
---|---|
Yes | No |
Rows
TranslationFormatId | Name | Description |
---|---|---|
0 | Text | Plain text content. |
1 | HTML | HTML content. |
Roles
- Administrator
- User
Table schema
Column | Primary Key | Description |
---|---|---|
TranslationFormatId | Yes | The translation format id. |
Name | No | Name of the translation format. |
Description | No | Description of the translation format. |