usagemodelsla

Together these form a usage SLA model which is used to determine the proportion of the operation base value that will be achieved in a given visit, based on the visit times.

Syntax:

[ DynamicComponentDependency ] usagemodelsla UsageModelSLAName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
start_usage_proportion Double The usage proportion from which this SLA type applies.
usage_model_id String(32) The identifier of the usage model this relates to.
end_usage_proportion Double The usage proportion until which this SLA type applies.
sla_type_id String(32) The identifier of the SLA Type to use.


            usagemodelsla UsageModelSLA {{SelectName}} {
               SELECT
                     ..                  start_usage_proportion,
                     ..                  usage_model_id,
                     ..                  end_usage_proportion,
                     ..                  sla_type_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

UsageModelSLAName

Syntax:

<Identifier>


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