This documentation supports the 18.05 version of Remedy Action Request System.

To view the latest version, select the version from the Product version menu.

ARMultiSchemaFieldFuncList

Represents a list to allow specifying more than one field and aggregation function. Used with ARMultiSchemaFieldFuncStruct.


typedef struct ARMultiSchemaFieldFuncList {
    unsigned int                    numItems;
    ARMultiSchemaFieldFuncStruct    *listPtr;
} ARMultiSchemaFieldFuncList;



This structure has these elements:

Element

Description

numItems

Integer that specifies the number of fields in the list. When this is set to 0, the query returns the fields in each form's Results List Fields property. If no fields are listed in that property, the query returns the form's Short Description field.

listPtr

Pointers to each field in the list. Fields are represented by ARMultiSchemaFieldIdStruct.

Was this page helpful? Yes No Submitting... Thank you

Comments