'use' keyword is used to select columns that needs to be selected by joining the referencing table/view to the current entity table/view.
Syntax:
use [ ColumnName ] [ as ColumnAlias ] [ labelText NameOfLabel ] ;
use Company AS CompanyNo implementation "nvl(Company,10)"
Note: Only for Performance Project.
Column name
Syntax:
<Identifier>
Column Alias
Syntax:
<Identifier>
Name of the label text
'labelText' keyword is used to provide a different name for the label which will appear in the prompt.
Syntax:
<String>
This page is generated from IFS Developer Studio at 2021-08-13 08:40.