userlist

Links a user to a list.

Syntax:

[ DynamicComponentDependency ] userlist UserListName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
list_type_id Number The list type id.
user_id String(256) Unique id for the user.

Optional columns

Column Name Data Type Description Default Value
list_id String(32) The id of the list to use.


            userlist UserList {{SelectName}} {
               SELECT
                     ..                  list_type_id,
                     ..                  user_id,
                  -- optional columns
                     ..                  list_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

UserListName

Syntax:

<Identifier>


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