SuggestPropertyValue
Syntax
sub SuggestPropertyValue
Description
This function is called for every change request in which the work order contains a Palo Alto or Fortimanager device. It returns a suggested value for the specified property in the change request's work order.
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. |
$trafficLineNumber |
The current traffic line in the change request. |
$propertyName |
The name of the property to suggest. One or more of the following:
|
$currentValue |
The current value of the property, string, or reference to array. |
Return Values
The suggested value for the property. This may be a string, or any array of strings. The string or array may be empty.
Note: