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.

ARMultiSchemaFuncAndOrStruct

Represents operands for AND or OR operators, and allows you to specify the aggregate function to use, if any.


typedef struct ARMultiSchemaFuncAndOrStruct
{
    struct ARMultiSchemaFuncQualifierStruct     *operandLeft;
    struct ARMultiSchemaFuncQualifierStruct     *operandRight;
} ARMultiSchemaFuncAndOrStruct;

This structure has these elements:

Element

Description

operandLeft

Pointer to the left component of the operation (represented by ARMultiSchemaQualifierStruct).

operandRight

Pointer to the right component of the operation (represented by ARMultiSchemaQualifierStruct).

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

Comments