ramresourcetypelocation

Used to link locations to resource types for use with the WISE.

Syntax:

[ DynamicComponentDependency ] ramresourcetypelocation RAMResourceTypeLocationName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
ram_location_id String(32) The id of the location.
ram_resource_type_id String(32) The id of the resource type.


            ramresourcetypelocation RAMResourceTypeLocation {{SelectName}} {
               SELECT
                     ..                  ram_location_id,
                     ..                  ram_resource_type_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMResourceTypeLocationName

Syntax:

<Identifier>


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