entry

This hold the entry details for each List_Entry.

Syntax:

[ DynamicComponentDependency ] entry EntryName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) Unique identifier.
list_type_id Number The type of list.

Optional columns

Column Name Data Type Description Default Value
selectable Number (0 = False, 1 = True) Can the entry be selected. False
format String(32) The format to be applied to the value.
label String(128) The label to be applied to the entry.
message_id Number The message id for the label.
value String(128) The value to display.


            entry Entry {{SelectName}} {
               SELECT
                     ..                  id,
                     ..                  list_type_id,
                  -- optional columns
                     ..                  selectable,
                     ..                  format,
                     ..                  label,
                     ..                  message_id,
                     ..                  value
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

EntryName

Syntax:

<Identifier>


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