SuggestCommentSuffix
Syntax
sub SuggestCommentSuffix
Description
Configuration
By default, this hook is not called. To configure the hook, complete the procedure below.
To enable the SuggestCommentsSuffix hook, use the generic procedure for overriding system defaults to set the configuration parameter SuggestCommentSuffixForWorkOrder to the value 1. For details, see Override FireFlow system defaults.
Note: After setting this parameter, you must restart FireFlow for the change to take affect. See Restarting FireFlow (see Restart FireFlow).
Input Parameters
$ticket |
A Perl hash reference containing a single key called flatTicket, which points to the flat ticket representation of the change request. For details, see Flat Ticket Examples. |
$origComment |
The original rule comment. |
$commentValue |
The rule comment suggested by FireFlow. |
Return Values
A suffix to be added to the rule comment suggested by FireFlow.