usercustomlist

Links a user to a custom list that does not derive from a list type.

Syntax:

[ DynamicComponentDependency ] usercustomlist UserCustomListName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
list_id String(32) The id of the list linked to this user.
user_id String(256) Unique id for the user.


            usercustomlist UserCustomList {{SelectName}} {
               SELECT
                     ..                  list_id,
                     ..                  user_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

UserCustomListName

Syntax:

<Identifier>


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