DbSqlImplementation

SQL select snippet that is used to fetch the attribute value

Syntax

DbSqlImplementation "value";

Description

This must be specified for /DERIVED attributes.

attributes {
   public     Company TEXT(20) A----/DERIVED {
      DbSqlImplementation "Site_API.Get_Company(contract)";
   }
}

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