terminologyorganisation

This holds any overridden values for terminology on the system.

Syntax:

[ DynamicComponentDependency ] terminologyorganisation TerminologyOrganisationName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
language_id String(10) The language code for the alias e.g. 'en-GB'
term String(32) A term that may be changed to display a different term on the Scheduling Workbench
alias_cap_singular String(256) The required singular form of the term, with an upper-case first letter
alias_lower_singular String(256) The required singular form of the term

Optional columns

Column Name Data Type Description Default Value
alias_cap_plural String(256) The required plural form of the term, with an upper-case first letter
alias_lower_plural String(256) The required plural form of the term


            terminologyorganisation TerminologyOrganisation {{SelectName}} {
               SELECT
                     ..                  language_id,
                     ..                  term,
                     ..                  alias_cap_singular,
                     ..                  alias_lower_singular,
                  -- optional columns
                     ..                  alias_cap_plural,
                     ..                  alias_lower_plural
               FROM {{sourceTableName}}
               WHERE ...;
            }

Note:   All selected columns must have correct aliases that match a IFS Scheduling TerminologyOrganisation.

TerminologyOrganisationName

Syntax:

<Identifier>


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