DbBasicDataTranslation

Use of basic data translation facility

Syntax

DbBasicDataTranslation "value";

Value Description
false Translations are disabled.
true Translations are active and formatted with Basic_Data_Translation_API.
company Translations are active and formatted with Enterp_Comp_Connect_V170_API.
employee Translations are active and formatted with Employee_Translation_API.
custom Translations are active and formatted by calling internal methods that must be implemented in plsql file.

Description

When set, the corresponding attribute will be automatically processed for translation.

Using basic data translation will change the generated view statement so that these attributes will return a translated version of the data.

attributes {
   public     Description TEXT(100) AMIUL {
      DbBasicDataTranslation "company";
   }
}

Related Properties


This page is generated from IFS Developer Studio at 2021-08-13 08:40.