Request Template

Request Template

SupportCenter Plus allows you to create request templates with pre-configured fields, properties, workflow, and rules.  

To configure a request template: 

    1. Go to Admin>>Helpdesk Customizer>>Request Template.

    2. Click New Template to go to the relevant form.

    3. Now, provide Name and Description.

    4. Configure the template according to your needs and click Save.

 

Configuring request template

 

You can configure the template for both support reps and contacts.


Support Rep and Contact Tabs

By default, the template creation form has two untitled sections and a resolution section. The first untitled section is populated with default request properties and the second untitled section contacts Subject and Description fields. You add a new section, remove, or modify the untitled sections. The resolution section cannot be edited or deleted.

 

Sections

 

To add a new section, drag-and-drop your preferred section type from the left-side pane to the desired area in the form. The available section types are Single Column and Double Column.

 

To edit a section, hover over the section name and click edit icon. In the dialog-box that appears, you can do the following,

 

  • Change section name.

  • Change section type.

  • Add help text.

 

To delete a section, hover over the section name and click delete icon.

 

Fields

 

The new template form is populated with default request fields. To know more about default request fields, click here. You can edit, delete, or add a new field based on your requirements.

 

  • To add a new field, drag the preferred field type from the left-side pane to one of the sections of your choice.

  • Add relevant details.

 

Field Name

Provide name for the field.

Checkbox: Holds personally identifiable information (PII)

To mark the field if it holds personally identifiable information.

Checkbox: Encrypt the Field

Check this to encrypt the field.

Description

Add a relevant description.

Checkbox: Copy Description Content to Help Text

Check this to copy the description field content to help test content.

Help Text:

Add a help text.

Mark as Mandatory

To mark a field as mandatory.

Contact can set

Check this if contact can set the field value.

Contact can view

Check this if the field should be shown to the contacts.

Default Value

Add a default value.

Fixed Length

Provide a length in characters to allow only fixed length data.

Allow only Numbers

Mark a text field to allow only numbers.

Add Value

To defined values. This is available for fields such as radio buttons, pick list, and multi-select fields.

 

  • Finally, click Save. 

 

To edit a field, hover over the field and click edit icon. In the dialog-box that appears, you can do the following.

 

  • Add help text,

  • Select default value (if applicable),

  • Mandate a field

  • Modify whether contact can view or set values.

 

To delete a field, hover over the field and click delete button.

 

  1. You can also associate the template with specific support groups.
  2. Select Show to Contact to make the template visible to contacts.
  3. Fields Account and Name cannot be edited or deleted.
  4. You can configure the contact view of the template independently or copy the support rep view by clicking Copy from Support Rep.


Workflow

Workflow allows you to define approvals and configure tasks. 

Approvals Details

Choose either of the following.
  1. All approvers must approve
  2. Any of the approvers can approve
Task Details

Trigger Tasks

Choose either of the following.
  1. Automatically trigger tasks after Request creation.
  2. Automatically trigger tasks after Request approval.
  3. Manually trigger tasks under Request Details>>Tasks.
Tasks

Add tasks by associating templates: Click Associate and select an existing template or choose New Task Template to create a new template and associate it.
Add dependencies: Click Dependencies to view dependency graph and create task dependencies.
Organize Tasks: To organize task order, click Organize and select tasks and move them using the up and down arrows as required.

Field and Form Rules

Field and form rules are executed during the following conditions: after a request form is loaded when some field in the form is changed and before a request form is submitted. The rules can be disabled or enabled, wherein the disabled rules will not be applied.

Types of Events Supported in Field & Form Rules


The following three types of events are supported:


On Form Load: This allows the rules to be executed when the request form is loaded. The rules defined on this event should contain at least one executable action. The actions will be executed after checking criteria; if no criteria is defined, the actions will be executed directly.


On Field Change: This allows the rules to be executed, when there is a change in the field value. The rules defined on this event should contain at least one executable action. The actions will be executed after checking criteria; if no criteria is defined, the actions will be executed directly. The rule will be applied on change of the field value mentioned in the rule.


On Form Submit: This allows the rules to be executed on submission of the request form. Here, "Execute Script" is the only action allowed for the event. The rules defined on this event should contain a valid script. The script will be executed after checking criteria; if no criteria is defined, the script will be executed directly.


Types of Users

The rules can be applied to contacts or support reps or All users. However, the rules that are applied to contacts only will not be applied to support reps, and vice versa.

Execution of Rules

The rules can be executed on creating a new request, or on editing an existing request, or on both of the operations.

Types of Actions Supported in Field & Form Rules

Show Fields : This action shows the fields in the request form, on which the action is applied.

Hide Fields : This action hides the fields in the request form, on which the action is applied.

Enable Fields : This action enables the fields in the request form, on which the action is applied. As a result, the user will be able to edit those fields.

Disable Fields : This action disables the fields in the request form, on which the action is applied. As a result, the user will not be able to edit those fields.

Mandate Fields : This action makes the fields mandatory in the request form, on which the action is applied. As a result, the user will not be able to submit the form without filling values for those fields.

Non-Mandate Fields : This action removes the mandatory properties of the fields in the request form, on which the action is applied. As a result, the user will be able to submit form without filling values for those fields.

Execute Script : This action executes the script in the request form. The script should be a valid JavaScript code; otherwise it will not be executed. Some methods are supported as default methods in script execution, for example, to hide Category and Level fields you can call the below method with an array of fields as: $CS.hideField(["CATEGORY","LEVEL"]);


Copying Rules To Another Template

You can copy one or more rules from one template to another, using copy rule action provided in Actions menu. While copying the rule, if a particular field does not exists in the other request template, then that field will not be copied. Also, if for a rule, no criterion/action can be copied, then that rule will not be copied.

Removing Fields from Request Form

Removing fields from a template automatically removes those fields from the rules defined in that template as well. After deleting the fields, if for some rule no criterion/action is left out, then that rule will also be deleted.

Creating a Rule

  1. Choose the event: On Form Load, On Field Change, or On Form Submit and click Create New Rule.
  2. Provide Rule Name and choose applicable users.
  3. Select Rule execution: On Create / Edit, On Create, or On Edit.
  4. Select event and corresponding field.
  5. Create one or more conditions based on the request fields or properties.
  6. Choose an Action from the existing set or choose a script.
  7. Finally, click Save.
 

View, edit, or delete request templates

 

All request templates are listed under request template configuration page. To access it, go to Admin>> Helpdesk Customizer>>Request Template.

 

  • To view or edit a request template, click the template name. To edit, make necessary changes and click Save.

  • To delete, select one or more request template using the checkboxes and click the delete icon.


    • Related Articles

    • Task Template

      Certain tasks need to be repeated by the Support Reps for different users and scenarios. With Task Template, repeated tasks can be pre defined thus saving time on creating and assigning tasks to the Support Reps. Task Template can be applied while ...
    • Resolution Template

      SupportCenter Plus allows you to create resolution templates that can be used to resolve requests of the same type. For Support Reps, this helps save time.   To create a resolution template:  1. Go to Admin>>Helpdesk Customizer>>Resolution Template. ...
    • Request Properties

      Request properties are additional information about a request which aids in the automation of the request workflow. In this page, we will discuss the request properties in detail.   Created By This refers to the user who has raised the request. Learn ...
    • Business Rules for Request

      Business rules are used to automate certain actions for requests that fulfill certain incoming criteria. Some of the actions that can be automated using business rules include assigning groups, support reps, status, and priority. You can now create ...
    • Request Details Page

      The request details page provides the particulars of a request in a distinguished manner, thus helping support reps easily find information about the request. The request details page contains three sections: The left pane consists of the list of all ...