Importing Translation Tables

This manual is in pilot operation.

Overview

This function is the same as "Importing Translation Tables" performed via fusion_place [Manager]. Only users with Designer or Administrator privileges can execute this request.

How to Write a Request

Below is an example request for "Importing Translation Tables":

<request type="IMPORT_TRANSLATION_TABLE" desc="Import Translation Table">
  <parameters>
    <parameter name="APPLICATION" value="SAMPLE1"/> (1)
    <parameter name="TRANSLATION_TABLE" value="MONTH"/> (2)
  </parameters>
  <contents>
    CLEAR-TRANSLATION-TABLE (3)
    ADD-TRANSLATION-RULE,HDR,CODE_TO_TRANSLATE,TRANSLATED_CODE
    ADD-TRANSLATION-RULE,DTL, 04, M1
    ....
  </contents>
</request>
1 "Application" parameter
2 "Translation Table" parameter
3 Request content

Parameters

Specify the target application and translation table.

Parameter Required Key Description

APPLICATION

Yes

None

Specify the label of the target application.

TRANSLATION_TABLE

Yes

None

Specify the label of the translation table to import into.

Request Content

The request content consists of the data to be imported. The format is the same as when importing a translation table via fusion_place [Manager] (in comma-separated format, and replacing special characters <, >, & is required).

For more details, refer to:

Response Content

Below is an example response for "Importing Translation Tables":

<response type="IMPORT_TRANSLATION_TABLE" desc="Import Translation Table">
  <returned-contents> (1)
  </returned-contents>
  <result>
    <code>ERROR</code> (2)
    <started-at time-zone="Asia/Tokyo">2017/11/18 09:50:04.227</started-at>
    <ended-at time-zone="Asia/Tokyo">2017/11/18 09:50:07.828</ended-at>
    <messages>
      The field "Code to Translate" in the "Translation Rule" is not set... (3)
    </messages>
  </result>
</response>
1 Returned Content
2 Processing Result Code
3 Message

Returned Content

There is no returned content.

Message

If the processing result code is "SUCCESSFUL," nothing is displayed in the message field.

For codes other than "SUCCESSFUL," the message field displays messages indicating warnings or errors.