CreateQueueAttributeNumeric
Syntax: CreateQueueAttributeNumeric(name, value)
Arguments:
- name is any descriptive name that you wish to give the queue attribute.
- value is any real number found in a case, such as a transaction amount.
Return Type: Void
Description: This function sets up additional Queue Attributes in the Case Manager Queue Editor based on a rule and a numeric value.
Example:
CreateQueueAttributeNumeric("HighScore",ffmFrdCard.Score)
In this example, the queue attribute pair is the HighScore rule name and the value of fmFrdCard.Score, which puts the current score of the transaction into the number field. The Case Manager Queue Editor filter criteria can use these attributes to set up search criteria where QAV 1 Name ="HighScore" and QAV 1 Number = ffmFrdCard.Score.