customer

Customers can be used for display purposes on the Scheduling Workbench, and are also used in Target-Based Scheduling and the Schedule Archive reporting tables.

Syntax:

[ DynamicComponentDependency ] customer CustomerName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(100) Defines a unique id for the customer.

Optional columns

Column Name Data Type Description Default Value
description String(2000) Provides a description for this customer.


            customer Customer {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

CustomerName

Syntax:

<Identifier>


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