resourcetypelocation

Used to restrict the locations that can be used by the APM/WISE when adding resources of this type. If no locations are specified the APM is able to use any location. If some locations are specified then only those specified can be used.

Syntax:

[ DynamicComponentDependency ] resourcetypelocation ResourceTypeLocationName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
location_id String(32) Specifies the unique id for the Location.
resource_type_id String(32) Specifies the unique id for the Resource Type.


            resourcetypelocation ResourceTypeLocation {{SelectName}} {
               SELECT
                     ..                  location_id,
                     ..                  resource_type_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ResourceTypeLocationName

Syntax:

<Identifier>


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