WorkDefinitionNamestranslations
Provides translations for work definition names and descriptions, supporting multi-language usability.
Columns
| Name | Type | Description |
| WorkDefinitionNamesWorkDefinitionNameId [KEY] | Long | The unique identifier linking the translation record to the associated work definition name in the WorkDefinitionNames schema. This identifiers ensures that translations are accurately tied to the correct work definition. |
| WorkDefinitionNameId [KEY] | Long | The primary key that uniquely identifies the work definition name record for which the translation is being provided. This primary key ensures proper mapping between work definitions and their translations. |
| Language [KEY] | String | Specifies the language of the translation. This field allows the system to support multilingual environments by providing localized versions of work definitions. |
| WorkDefName | String | The translated name of the work definition. This field ensures that users in different language regions can understand and reference the work definition in their native language. |
| WorkDefNameDescription | String | The translated description of the work definition name. This description provides additional context in the specified language, helping users better understand the purpose or scope of the work definition. |
| SourceLang | String | Specifies the source language of the original work definition name. This field identifies the original language from which the translation is derived, ensuring traceability in multilingual environments. |
| CreatedBy | String | The username or identifier of the person who created the translation record. This identifier ensures accountability and traceability for translation creation. |
| CreationDate | Datetime | The date and time when the translation record was created. These metrics support audit trails and provides historical context for the addition of translations. |
| LastUpdateDate | Datetime | The date and time when the translation record was last updated. These metrics ensure traceability of modifications and reflects the most recent changes. |
| LastUpdatedBy | String | The username or identifier of the person who last updated the translation record. This identifier ensures accountability for updates made to the translation. |
| BindInventoryItemId | Long | The identifier of the inventory item associated with the work definition. This identifier ensures that translations are tied to the correct inventory item for accurate localization. |
| BindOrganizationId | Long | The unique identifier for the organization associated with the work definition. This identifier ensures that translations are mapped to the correct organizational unit in multilingual contexts. |
| BindVersionStartDate | Date | The start date of the specific version of the translated work definition. This metric supports version control and ensures that translations are applied to the correct version of the work definition. |
| Finder | String | A utility field enabling advanced search and filtering capabilities for translation records. This field helps users efficiently locate specific translations based on language, work definition, or other attributes. |