On-premise (6.3) Install - inRiver Data Model Configuration
This page covers the Data Model Configuration for on-premise (6.3) environments
Install - inRiver Data Model Configuration
inRiver 6.3
There are a number of things that needs to be configured in the inRiver Model Tool(6.3).
Start the inRiver Model Tool and log in to the PIM server.
CVL - Source Language
Languages in your PIM and translation languages are not necessary the same thing. That's why they need to be defined separately. In both language CVLs the following logic is applied; KEY=A unique key eg. "engb" VALUE=Language description eg. "English (UK)"
The sourceLanguages
are the possible language to translate from. Even if there only is one possible source language, a CVL with this language must be created.
create a CVL called
sourceLanguages
with a list of the possible source languages to select from. Make sure to set the key as specified in the language configuration.
(sample sourceLanguages CVL)
CVL - Target Languages
The targetLanguages
are the possible languages to translate to. As with the sourceLanguages check these language lists with your Freeway set up.
create a CVL called
targetLanguages
with a list of the possible target languages to select.
(sample targetLanguages CVL)
CVL - Job Status
A translation job can have a number of status steps. They have to be defined in a CVL, this makes it easier for a user if the like to search for Jobs in a specific status.
create a CVL called
trJobStatus
CVL - Job Actions
This CVL includes the actions that the user can make on Translation Jobs.
create a CVL called trJobAction.
CVL - Task Status
All translation tasks have a status. Create a CVL called trTaskStatus
.
CVL - Task Action
This CVL includes the actions that the connector can take on Translation Tasks.
create a CVL called
trTaskAction
.
Entity - Translation Job
Create a new entity called TranslationJob
, add the following required fields. (Find other fields in the Customization section). Source and Target languages are recommended to have default values if you run a automated work flow.
trJobId
: The FreewayID of the JobtrJobName
: Your name of the JobtrSpecialInstructions
: Special instructions for translationtrPOReference
: Your P.O referencetrExpectedDeliveryDate
: When you expect deliverytrSourceLanguage
: CVL, sourceLanguages. For automated jobs, a default value must be entered (Use the key value of CVL sourceLanguage)trTargetLanguages
: CVL, TargetLanguages. For automated jobs, a default value must be entered (Use the key value of CVL targetLanguages)trAutomated
: boolean : If the Job process is automated (suggest giving this a Name in PIM noting that this should not be set manually)trJobStatus
: CVL, trJobStatus : PIM and Freeway status of the JobtrJobAction
: CVL, trJobActions Actions to take on the Job (If manual)
Entity - Translation Task
Create a new entity called TranslationTask
, add the following required fields.
trTaskId
: FreewayID of the tasktrTaskName
: Language Source-TargettrTaskSourceLanguage
: StringtrTaskTargetLanguages
: StringtrTaskStatus
: CVL, trTaskStatus : Status of the TasktrTaskAction
: CVL, trTaskActions : Action to take on the Task
Modify Existing Entities
On the entities that you will translate you need to add three new fields.
Add the following fields, where [EntityType] is the Entity type id.
Example: We want to translate Product and Item.
Product
trProductInTranslation
trProductTranslated
trProductTranslationInfo
Item
trItemInTranslation
trItemTranslated
trItemTranslationInfo
(Example of Product status)
Add links
All the entities that you should translate need a link to the Job.
Add links between Translation Job and the entities you like to translate. E.g. Translation Job -> Product
And all other Entities that you like to be able to add to a Translation job
Add the following required links
Server Configuration
If you like the users, to be able to create translation Jobs you must add that entity to the list of entities.
Add
TranslationJob
to the "Default Create Entities" in ServerSettings.
Note - this can also be added in the web UI under System Settings.
ICONS
To have customised icons displayed for connector Translation Jobs(
) and Translation Tasks(
) you can copy the icons provided in the deployment package and place them into your inRiver Icons folder of your installation.
Translation Jobs will display like this:
Translation Tasks will diplay like this:
Restart: You will need to restart the InRiver Server process.
Last updated