ramdataset

Defines a dataset that contains data within the RAM.

Syntax:

[ DynamicComponentDependency ] ramdataset RAMDatasetName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) A unique id within the organisation.
organisation_id Number The organisation that owns this dataset.

Optional columns

Column Name Data Type Description Default Value
description String(2000) A description for this dataset.
ram_dataset_type_id String(32) The type of dataset.


            ramdataset RAMDataset {{SelectName}} {
               SELECT
                     ..                  id,
                     ..                  organisation_id,
                  -- optional columns
                     ..                  description,
                     ..                  ram_dataset_type_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMDatasetName

Syntax:

<Identifier>


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