list

Defines a list of values available on the system. These can be defined by individual organization.

Syntax:

[ DynamicComponentDependency ] list ListName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) Unique identifier for the list.

Optional columns

Column Name Data Type Description Default Value
description String(100) A description for this list.
list_type_id Number Type of the list.


            list List {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  description,
                     ..                  list_type_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ListName

Syntax:

<Identifier>


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