PMC install - inRiver Data Model Configuration
This page covers the Data Model Configuration for PMC environments
Install - inRiver Data Model Configuration
inRiver PMC
There are a number of things that needs to be configured in the Control Center(PMC).
Go to the inRiver Control Center
Log in using your credentials
Select a customer and an environment
Navigate to
Model
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 (Great Britain)"
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.
(sourceLanguages example)
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.
(targetLanguages example)
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 required to have default values if you run a automated work flow.
(Note that the image above shows the Display Name of the field type in the Name
column, and not the Id)
trJobId
: The FreewayID of the Job, Read OnlytrJobName
: Your name of the Job, MandatorytrSpecialInstructions
: Special instructions for translationtrPOReference
: Your P.O referencetrExpectedDeliveryDate
: When you expect delivery, MandatorytrAutomated
: boolean : If the Job process is automated (Not to be set manually)trSourceLanguage
: CVL, sourceLanguages : Translate from, MandatorytrTargetLanguages
: CVL, targetLanguages: Translate to, Manatory, MultivaluetrJobStatus
: CVL, trJobStatus : PIM and Freeway status of the Job, Read Only, Default valueDraft
trJobAction
: CVL, trJobAction Actions to take on the Job (If manual),
Entity - Translation Task
Create a new entity called TranslationTask
, add the following required fields.
(Note that the image above shows the Display Name of the field type in the Name
column, and not the Id)
trTaskId
: FreewayID of the task, Read Only.trTaskName
: Language Source-Target, Display Name, Read Only.trTaskSourceLanguage
: String, Read Only.trTaskTargetLanguage
: String, Read Only.trTaskStatus
: CVL, trTaskStatus : Status of the Task, Display Description, Read Only, Default valueNotFound
.trTaskAction
: CVL, trTaskAction : Action to take on the Task
Modify Existing Entities
On the entities that you will translate you need to add three fields.
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
For users to be able to create Translation Jobs you must add that entity to the list of creatable entities.
Add
TranslationJob
to the "DEFAULT_CREATE_ENTITIES" setting in System Settings.Don't forget the comma separator!
ICONS
To have customised icons displayed for connector Translation Jobs(
) and Translation Tasks(
) select these enity types in the Model section and click the Upload icon button.
Translation Jobs will display like this:
Translation Tasks will diplay like this:
Last updated