The hasField function determines if a field exists in a ValueMap.
Syntax
bHasField = hasField(valuemap, fieldName)
Arguments
Specifies the input ValueMap.
Specifies the field name.
Return Value
Returns true if the field exists in the ValueMap or false otherwise.
Example
bHasField = hasField(Process.vmBooks, "author");
|
Copyright © 2014 CA.
All rights reserved.
|
|