ramusagemodelsla

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 ] ramusagemodelsla RAMUsageModelSLAName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

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


            ramusagemodelsla RAMUsageModelSLA {{SelectName}} {
               SELECT
                     ..                  ram_usage_model_id,
                     ..                  start_usage_proportion,
                     ..                  end_usage_proportion,
                     ..                  ram_sla_type_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMUsageModelSLAName

Syntax:

<Identifier>


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