SendCustomAdvice

Note: SendCustomAdvice replaces CreateAccountAlert, which has been deprecated starting in Falcon 6.3.

Syntax: SendCustomAdvice (string alertType, string alertCode)

Arguments:

  • alertType is a decision type.
  • alertCode is a custom decision code.

Return Type: Void

Description: Creates custom decision advice and sends it to the authorization (or other external) system. The decision type returned is a concatenation of custom plus alertType. The alertCode returned is the same as the value sent in the alertCode parameter. For example, if the alertType is WARNING, the alertCode returned will be customWARNING. For more information about decision types, see Functions With Hard Coded Decision Types and Codes.

Note:
  • This method is available only in the Free Form Editing mode. To use this function, write the rule in Free Form Editing mode or select Free Form Expression while adding an action using Add Rule Action.
  • SendCustomAdvice should not be used within the Authentication 20 project.
  • www.fico.com