Table of Contents

Search

  1. Preface
  2. Introduction
  3. Configuring the Data Director Application
  4. Establishing a Root Node
  5. Defining the Business Entity Model
  6. Configuring Business Entity Properties
  7. Configuring Reference Entity Properties
  8. Transforming Business Entities and Views
  9. Configuring Hierarchy and Network Relationships
  10. Creating Match Rule Sets
  11. Configuring Search
  12. Configuring Tasks
  13. Configuring Security and Data Filters for Business Entities
  14. Integrating Data as a Service
  15. Configuring External Calls
  16. Designing the Data Director User Interface
  17. Localizing Data Director
  18. Appendix A: Provisioning Tool Frequently Asked Questions

Localizing Task Actions, Types, and Messages

Localizing Task Actions, Types, and Messages

Task actions, task types, and task action messages are part of the metadata. Define the task metadata in the
besMetadata.properties
file.
  1. Click
    Configuration
    General Settings
    , and then select
    Metadata Localization
    .
  2. Click
    Metadata Localization
    .
  3. In the
    Metadata Localization
    panel, under
    Metadata Bundle
    , click
    Export
    . The
    besMetadata.zip
    template file downloads.
  4. Unzip the file, and open the
    besMetadata.properties
    file in an editor of your choice.
  5. Add the task action and task action message properties. Edit the task type properties.
    Use the following syntax for the task properties:
    Property Type
    Syntax
    French Localization Example
    Task action
    taskaction.<Task action>=<Localized task action>
    taskaction.Cancel_Task=Annuler la tâche
    Replace white spaces in task action names with an underscore. In the example, the white space in
    Cancel Task
    is replaced with an underscore,
    Cancel_Task
    .
    Task type
    tasktype.<Task type>=<Localized task type>
    tasktype.AVOSBeMerge=Fusionner
    To know which task name to add, you must be aware of the predefined MDM workflows that are deployed to the ActiveVOS server as processes.
    Task action message
    taskactionmessage.<Task action configuration>.<Task action>=<Localized message>
    taskactionmessage.TypicalConfig.Escalate=Vous êtes sur le point de transmettre la tâche à votre responsable.
  6. Save the properties file with the appropriate language code and country code suffix.
    For example, to localize metadata in Canadian French, the language code is
    fr
    and the country code is
    CA
    . Save the file as
    besMetadata_fr_CA.properties
    .
  7. Compress the properties file.
  8. In the
    Metadata Localization
    panel, under
    Metadata Bundle
    , click
    Import
    . The
    besMetadata.zip
    template file is imported.

0 COMMENTS

We’d like to hear from you!