ramusagemodel

This is used to define expected rates of usage for different types of usage that might apply to an operation. See 'Usage_Model' in the Scheduling Schema for details.

Syntax:

[ DynamicComponentDependency ] ramusagemodel RAMUsageModelName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) An identifier for the model.

Optional columns

Column Name Data Type Description Default Value
ram_usage_calculation_type_id String(32) The identifier of the calculation method to use when determining usage across different types. MAXIMUM
description String(2000) A description for the model.


            ramusagemodel RAMUsageModel {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  ram_usage_calculation_type_id,
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMUsageModelName

Syntax:

<Identifier>


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