How do I change the default subject line in a service request?
By default, if an agent doesn't include a subject title in a new service request, the first few characters of the SR message is used as the subject. You can change this to default to the SR title by doing the following:
- In your Fusion application, from the employee edit details page, select Edit Page in Visual Builder Studio.
- In VB Studio, navigate to the variables section of the service-request-details-start page.
- Add an event listener with the action:
transientInternalServiceRequest
. - Navigate to that action chain, then add a condition to verify whether the
defaultMessageComposeSubject
variable is set. - If the variable isn't set, assign the
defaultMessageComposeSubject
value withsrnumber
.