FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: tns:entCustomAttributeQueryType

Description

Use this query to search for an entitlement that has a particular custom attribute applied. You can search by attributeName, stringValue, or booleanValue.

IMPORTANT NOTE: You can only search by booleanValue if the entitlement was created after the custom attribute was created. Older entitlements need to be updated to enable filtering (for example, by adding a value to the custom attribute or saving the entitlement).

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
attributeName  string  1..1  Name of a text-type entitlement custom attribute by which to search for an entitlement.
stringValue  SimpleQueryType  0..1  Value of the text-type entitlement custom attribute.
booleanValue  boolean  0..1 

Valid values are:

  • true: Display only entitlements that had the specified custom attribute applied during creation.

  • false: Display only entitlements that did not have the specified custom attribute applied during creation.