The getValueMapFields function returns the list of field names inside a ValueMap as an array of string variables.
Syntax
fieldNames = getValueMapFields(vmap)
Arguments
Specifies the ValueMap object whose field names needs to be returned.
Return Value
An array of Strings containing the names of the fields found in the ValueMap.
Example
fieldNames = getValueMapFields(Process.vmBooks);
|
Copyright © 2014 CA.
All rights reserved.
|
|