|
Name
|
Input/Output
|
Data Type
|
Description
|
|
|
Return Value
|
Boolean
|
Clears the map contents.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key
|
Input
|
Integer
|
Integer key of element whose existence to check for, typed as an object for better performance.
|
|
|
Return Value
|
Boolean
|
Returns true if the map contains an element with the specified key, false otherwise.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
value
|
Input
|
Integer
|
Value of element whose existence to check for.
|
|
|
Return Value
|
Boolean
|
Returns true if the map contains an element with the specified value, false otherwise.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
value
|
Input
|
Integer
|
Value of element whose key is to be returned.
|
|
|
Return Value
|
Integer
|
Integer key of an element having the specified value, typed as an object for better performance, or null if no elements exist with the specified value.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key
|
Input
|
Integer
|
Integer key of element to get, typed as an object for better performance.
|
|
|
Return Value
|
Integer
|
Value of element having specified key, or null if no element exists with that key.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
|
Return Value
|
Integer
|
Count, as an integer typed as an object for better performance.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
|
Return Value
|
String
|
Comma-separated list of keys as strings.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
|
Return Value
|
String
|
Comma-separated list of values as strings.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key
|
Input
|
Integer
|
Integer key of element to remove, typed as object for better performance.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key
|
Input
|
Integer
|
Integer key of element to set, typed as object for better performance.
|
|
value
|
Input
|
Integer
|
Value of element to set.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
stringToSplit
|
Input
|
String
|
String to split.
|
|
delimiter
|
Input
|
Character
|
Delimiter to use for splitting string.
|
|
startIndex
|
Input
|
Integer
|
Arbitrary start index; must be an integer but is typed as object for better performance.
|
|
|
Return Value
|
Integer
|
Integer value indicating the number of elements that the input string was split into, typed as object for better performance.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
stringToSplit
|
Input
|
String
|
String to split.
|
|
|
Return Value
|
Integer
|
Integer value indicating the number of elements that the input string was split into, typed as object for better performance.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key1
|
Input
|
Integer
|
Integer key1 of map to clear, typed as an object for better performance.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key1
|
Input
|
Integer
|
Integer key1 of map whose existence to check for, typed as an object for better performance.
|
|
|
Return Value
|
Boolean
|
True if a 1-D map exists with the specified key1, false otherwise.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key1
|
Input
|
Integer
|
Integer key1 of element whose existence to check for, typed as an object for better performance.
|
|
key2
|
Input
|
Integer
|
Integer key2 of element whose existence to check for, typed as an object for better performance.
|
|
|
Return Value
|
Boolean
|
True if the map contains an element with the specified key1 and key2 values, false otherwise.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key1
|
Input
|
Integer
|
Integer key1 of element whose existence to check for.
|
|
value
|
Input
|
Integer
|
Value of element whose existence to check for.
|
|
|
Return Value
|
|
True if the map contains an element with the specified value, false otherwise.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key1
|
Input
|
Integer
|
Integer key1 of element whose existence to check for, typed as an object for better performance.
|
|
value
|
Input
|
Integer
|
Value of element whose key is to be returned.
|
|
|
Return Value
|
Integer
|
Integer key2 of an element having the specified key1 and value, typed as an object for better performance, or null if no elements exist with the specified key1 and value.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key1
|
Input
|
Integer
|
Integer key1 of element to get, typed as an object for better performance.
|
|
key2
|
Input
|
Integer
|
Integer key2 of element to get, typed as an object for better performance.
|
|
|
Return Value
|
Integer
|
Value of element having specified key1 and key2, or null if no element exists with those keys.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
|
Return Value
|
Integer
|
Count, as an integer typed as an object for better performance.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key1
|
Input
|
Integer
|
Integer key1 of map whose elements to count, typed as an object for better performance.
|
|
|
Return Value
|
Integer
|
Count, as an integer typed as an object for better performance.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
|
Return Value
|
|
Comma-separated list of key1 values as strings.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key1
|
Input
|
Integer
|
Integer key1 of map whose keys to return, typed as an object for better performance.
|
|
|
Return Value
|
String
|
Comma-separated list of key2 values as strings.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key1
|
Input
|
Integer
|
Integer key1 of map whose values to return, typed as an object for better performance.
|
|
|
Return Value
|
String
|
Comma-separated list of values as strings.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key1
|
Input
|
Integer
|
Integer key1 of map to remove, typed as object for better performance.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key1
|
Input
|
Integer
|
Integer key1 of element to remove, typed as object for better performance.
|
|
key2
|
Input
|
Integer
|
Integer key2 of element to remove, typed as object for better performance.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key1
|
Input
|
Integer
|
Integer key1 of element to set, typed as object for better performance.
|
|
key2
|
Input
|
Integer
|
Integer key2 of element to set, typed as object for better performance.
|
|
|
Return Value
|
Integer
|
Value of element to set.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key1
|
Input
|
Integer
|
Integer key1 of map to create the split elements in, typed as object for better performance.
|
|
stringToSplit
|
Input
|
String
|
String to split.
|
|
|
Return Value
|
Integer
|
Integer value indicating the number of elements that the input string was split into, typed as object for better performance.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
key1
|
Input
|
Integer
|
Integer key1 of map to create the split elements in, typed as object for better performance
|
|
stringToSplit
|
Input
|
String
|
String to split.
|
|
delimiter
|
Input
|
Character
|
Delimiter to use for splitting string.
|
|
startIndex
|
Input
|
Integer
|
Arbitrary start index; must be an integer but is typed as object for better performance.
|
|
|
Return Value
|
Integer
|
Integer value indicating the number of elements that the input string was split into, typed as object for better performance.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
currency
|
Input
|
String
|
Currency upon which to base the rounding method.
|
|
number
|
Input
|
Object
|
Number to be rounded.
|
|
|
Return Value
|
Object
|
Returns the rounded amount.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
number
|
Input
|
Object
|
Number to be rounded.
|
|
|
Return Value
|
Object
|
Returns the rounded amount.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
currency
|
Input
|
String
|
Currency upon which to base the conversion.
|
|
format
|
Input
|
String
|
Existing numeric field format.
|
|
useZeros
|
Input
|
Boolean
|
Specifies whether additional places are formatted with zeros or pound signs.
|
|
|
Return Value
|
Object
|
Returns a format that properly matches the rounding method of the currency.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
format
|
Input
|
String
|
Existing numeric field format.
|
|
useZeros
|
Input
|
Boolean
|
Specifies whether additional places are formatted with zeros or pound signs.
|
|
|
Return Value
|
Object
|
Returns a format that properly matches the rounding method of the currency.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
currency
|
Input
|
String
|
Specifies the currency.
|
|
|
Return Value
|
Object
|
Returns the rounding method’s threshold for the specified currency.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
|
Return Value
|
Object
|
Returns the rounding method’s threshold for the base currency.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
currency
|
Input
|
String
|
Specifies the currency.
|
|
|
Return Value
|
Object
|
Returns the rounding method’s unit for the specified currency.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
|
Return Value
|
Object
|
Returns the rounding method’s unit for the base currency.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
number
|
Input
|
Integer
|
Input number to split.
|
|
|
Return Value
|
Integer
|
Returns an integer representing the portion of the input number that is to the left of the decimal point.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
number
|
Input
|
Integer
|
Input number to split
|
|
numDigitsAfter
DecimalPoint |
Input
|
Integer
|
Number of digits after the decimal point to include in the returned integer.
|
|
|
Return Value
|
Integer
|
Returns an integer representing the portion of the input number that is to the right of the decimal point, including only numDigitsAfterDecimalPoint places.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
number
|
Input
|
Integer
|
Number to convert to words.
|
|
|
Return Value
|
String
|
String representation of number in language of the report Context; throws exception if an error occurs.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
labelTerm
|
Input
|
String
|
The label term key.
|
|
field
|
Input
|
Object
|
The report field whose width and font are to be inspected for choosing the best fit label. The field can be specified using a statement such as report.fields (“Field4”).
|
|
|
Return Value
|
|
The largest label for the specified term key that will fit into the specified field.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
labelTerm
|
Input
|
String
|
The label term key.
|
|
field
|
Input
|
Object
|
The report field whose width and font are to be inspected for choosing the best fit label. The field can be specified using a statement such as report.fields(“Field4”).
|
|
erpLanguage
|
Input
|
String
|
The QAD Label Master language identifier.
|
|
|
Return Value
|
|
The largest label for the specified term key that will fit into the specified field.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
labelTerm
|
Input
|
String
|
The label term key.
|
|
|
Return Value
|
|
The long label for the specified term key.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
labelTerm
|
Input
|
String
|
The label term key.
|
|
erpLanguage
|
Input
|
String
|
The QAD Label Master language identifier.
|
|
|
Return Value
|
|
The long label for the specified term key.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
labelTerm
|
Input
|
String
|
The label term key.
|
|
|
Return Value
|
|
The medium label for the specified term key.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
labelTerm
|
Input
|
String
|
The label term key.
|
|
erpLanguage
|
Input
|
String
|
The QAD Label Master language identifier.
|
|
|
Return Value
|
|
The medium label for the specified term key.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
labelTerm
|
Input
|
String
|
The label term key.
|
|
|
Return Value
|
|
The short label for the specified term key.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
labelTerm
|
Input
|
String
|
The label term key.
|
|
erpLanguage
|
Input
|
String
|
The QAD Label Master language identifier.
|
|
|
Return Value
|
|
The short label for the specified term key.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
labelTerm
|
Input
|
String
|
The label term key.
|
|
|
Return Value
|
|
The stacked label for the specified term key.
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
labelTerm
|
Input
|
String
|
The label term key.
|
|
erpLanguage
|
Input
|
String
|
The QAD Label Master language identifier.
|
|
|
Return Value
|
|
The stacked label for the specified term key.
|