usagemodel

This is used to define expected rates of usage for different types of usage that might apply to an operation.

Syntax:

[ DynamicComponentDependency ] usagemodel UsageModelName {
[ 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
usage_calculation_method String(32) The calculation method to use when determining usage across different types. MAXIMUM
description String(500) A description for the model.


            usagemodel UsageModel {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  usage_calculation_method,
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

UsageModelName

Syntax:

<Identifier>


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