ramcontract

Defines a contract that can be used for display purposes on the Scheduling Workbench, and is also used in the Schedule Archive reporting table.

Syntax:

[ DynamicComponentDependency ] ramcontract RAMContractName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) A unique identifier.

Optional columns

Column Name Data Type Description Default Value
description String(2000) A description for this contract.


            ramcontract RAMContract {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMContractName

Syntax:

<Identifier>


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