(Auto-creation of topic Documentation:GA:user:ParameterGroupTemplates:8.5.2 via TOC Documentation:GA:userTOC8.5.2) |
m (1 revision) |
||
Ligne 1 : | Ligne 1 : | ||
− | = | + | =Parameter Group Templates= |
+ | Parameter Group Templates are sets of Operational Parameters that can be deployed to one or more Tenants, and are defined by the Service Provider. A parameter can be grouped into more than one Group Template. You can also group sets of parameters into sections within a Parameter Group Template to enable you to create Parameter Group Sections within your parameter groups. | ||
+ | <tabber> | ||
+ | Viewing Parameter Group Templates= | ||
+ | This screen displays a list of all defined Parameter Group Templates for which you have the required role privileges to view. To refresh the list at any time, click '''Refresh'''. Click a Parameter Group Template in the list, and its properties are displayed to the right of the list. | ||
+ | |||
+ | You can filter the contents of this list in several ways: | ||
+ | You can filter the contents of this list in two ways: | ||
+ | <ul> | ||
+ | <li>Type the name or partial name of an object in the '''Quick Filter''' field. The list dynamically updates to show items that match the text in the '''Quick Filter''' field.</li> | ||
+ | *Click '''Tenant Filter''' to open the '''Tenant filter''' panel. In this panel, click the checkbox(es) beside the tenants that you want to select. Use the '''Quick Filter''' field in this panel to filter the tenant list. | ||
+ | *You can sort the Parameter Group Templates in the list by clicking on a column head. Clicking a column head a second time reverses the sort order. | ||
+ | |-| | ||
+ | Properties= | ||
+ | {| | ||
+ | |+ <b>Properties of Parameter Group Templates</b> | ||
+ | |- | ||
+ | ! Property | ||
+ | ! Description | ||
+ | |- | ||
+ | | Name | ||
+ | | The name of the Parameter Group Template. It must be unique in the system. | ||
+ | |- | ||
+ | | Description | ||
+ | | Optional text describing the Parameter Group Template or providing additional information. | ||
+ | |- | ||
+ | | [[Parameters]] | ||
+ | | A list of Operational Parameters that have been added to the Parameter Group Template. The Section(s) to which this Parameter Group Template belongs is also displayed here. | ||
+ | {{NoteFormat|Sections can be deleted. Deleting a section only deletes the section grouping, and does not delete the set of parameters previously within that section.}} | ||
+ | |- | ||
+ | | Used | ||
+ | | (Read-only) Used to deploy a parameter group. | ||
+ | |- | ||
+ | |} | ||
+ | |-| | ||
+ | Working with Parameter Group Templates= | ||
+ | You can perform the following tasks in this screen: | ||
+ | *Create Parameter Group Templates | ||
+ | *Modify Parameter Group Templates | ||
+ | *Delete Parameter Group Templates | ||
+ | *Manage the list of Operational Parameters in a Parameter Group Template | ||
+ | *Distribute Parameter Group Templates | ||
+ | *Associate applications | ||
+ | *Determine where a Parameter Group Template is used and then change the Parameter Group Template that a Parameter Group uses to a different Parameter Group Template | ||
+ | *View the change history of the Parameter Group Template in the History panel by clicking '''Related''' and selecting '''History''' | ||
+ | |||
+ | ===Create Parameter Group Templates=== | ||
+ | The Service Provider creates Parameter Group Templates, and assigns Operational Parameters to them. | ||
+ | |||
+ | <toggledisplay linkstyle font-size:larger showtext="[+] Click to show procedure" hidetext="[-] Click to hide procedure"> | ||
+ | {{Procedure | ||
+ | |Title=Creating Parameter Group Templates | ||
+ | |Purpose= | ||
+ | |Prereqs= | ||
+ | |Steps= | ||
+ | <ol> | ||
+ | <li>On the '''Parameter Group Template List''' panel, click '''+'''.</li> | ||
+ | <li>On the '''+''' panel that is displayed to the right of the '''Parameter Group Template List''' panel, enter the properties (including adding parameters) of the new template.</li> | ||
+ | <li>Optionally, you can click '''Add Section'''to add the Parameter Group Template to a section in the '''Parameter Group Template''' list. A new panel opens to the right. Perform the actions below: | ||
+ | <ul> | ||
+ | <li>In the new panel, type the name for the new section in the '''Name''' field.</li> | ||
+ | <li>Type the key name for the new section in the '''Key Name''' field.</li> | ||
+ | {{NoteFormat|These fields must be unique in the Parameter Group Template.}} | ||
+ | </ul></li> | ||
+ | <li>Click '''Save''' to save the new Parameter Group Template, or click '''Cancel''' to cancel the new template and not save it in the database.</li> | ||
+ | </ol> | ||
+ | |NextSteps= | ||
+ | }} | ||
+ | </toggledisplay> | ||
+ | |||
+ | ===Modify Parameter Group Templates=== | ||
+ | Changes that you make to a Parameter Group Template are not propagated to Parameter Groups that use that template. | ||
+ | |||
+ | <toggledisplay linkstyle font-size:larger showtext="[+] Click to show procedure" hidetext="[-] Click to hide procedure"> | ||
+ | {{Procedure | ||
+ | |Title=Modifying Parameter Group Templates | ||
+ | |Purpose= | ||
+ | |Prereqs= | ||
+ | |Steps= | ||
+ | #On the '''Parameter Group Template List''' panel, select the Parameter Group Template that you want to modify. | ||
+ | #On the <Parameter Group Template name> panel that is displayed to the right of the '''Parameter Group Template List''' panel, modify the properties of the Parameter Group Template, as required. | ||
+ | #When you are finished modifying the Parameter Group Template, click '''Save''' to save your changes, or click '''Cancel''' to cancel your changes and leave the Parameter Group Template unchanged. | ||
+ | |NextSteps= | ||
+ | }} | ||
+ | </toggledisplay> | ||
+ | |||
+ | ===Delete Parameter Group Templates=== | ||
+ | You cannot delete a Parameter Group Template that is currently deployed. | ||
+ | |||
+ | <toggledisplay linkstyle font-size:larger showtext="[+] Click to show procedure" hidetext="[-] Click to hide procedure"> | ||
+ | {{Procedure | ||
+ | |Title=Deleting Parameter Group Templates | ||
+ | |Purpose= | ||
+ | |Prereqs= | ||
+ | |Steps= | ||
+ | <ol> | ||
+ | <li>On the '''Parameter Group Template List''' panel, select the Parameter Group Template that you want to delete.</li> | ||
+ | <li>On the <Parameter Group Template name> panel that is displayed to the right of the Parameter Group Template List panel, click '''Delete'''.</li> | ||
+ | <li>In the Confirm Deletion dialog box, do one of the following: | ||
+ | <ol type="a"> | ||
+ | <li>To remove the Parameter Group Template from the database, click '''OK'''.</li> | ||
+ | <li>To keep the Parameter Group Template and not remove it from the database, click '''Cancel'''.</li> | ||
+ | </ol></li> | ||
+ | </ol> | ||
+ | |NextSteps= | ||
+ | }} | ||
+ | </toggledisplay> | ||
+ | |||
+ | ===Manage the list of Parameters=== | ||
+ | In a Parameter Group Template, you can manage the list of Operational Parameters in the following ways: | ||
+ | |||
+ | <toggledisplay linkstyle font-size:larger showtext="[+] Adding Operational Parameters to a Parameter Group Template" hidetext="[-] Click to hide procedure"> | ||
+ | {{Procedure | ||
+ | |Title=Adding Operational Parameters to a Parameter Group Template | ||
+ | |Purpose= | ||
+ | |Prereqs= | ||
+ | |Steps= | ||
+ | #Select the Parameter Group Template to which the Operational Parameter is to be added in the list of Parameter Group Templates. | ||
+ | #In the '''Parameters''' list, click '''Add'''. | ||
+ | #In the '''Parameters''' panel that is displayed to the right, select the Operational Parameter(s) that you want to add. The selected Operational Parameter(s) are now displayed in the '''Parameters''' list. | ||
+ | #Click '''Save'''. | ||
+ | |NextSteps= | ||
+ | }} | ||
+ | </toggledisplay> | ||
+ | <br> | ||
+ | <toggledisplay linkstyle font-size:larger showtext="[+] Change the order of the Operational Parameters in the list of Selected Parameters" hidetext="[-] Click to hide procedure"> | ||
+ | {{Procedure | ||
+ | |Title=Change the order of the Operational Parameters in the list of Selected Parameters | ||
+ | |Purpose= | ||
+ | |Prereqs= | ||
+ | |Steps= | ||
+ | To change the order of Operational Parameters in a Parameter Group Template: | ||
+ | #Select the Parameter Group Template in which the order of Operational Parameters is to be changed. | ||
+ | #In the '''Parameters''' list, select a parameter that you want to move, and click the up or down arrow to change its order in the list. You can also drag the parameter and drop it into a new position in the order. | ||
+ | #Click '''Save'''. | ||
+ | |NextSteps= | ||
+ | }} | ||
+ | </toggledisplay> | ||
+ | <br> | ||
+ | <toggledisplay linkstyle font-size:larger showtext="[+] Removing Operational Parameters from a Parameter Group Template" hidetext="[-] Click to hide procedure"> | ||
+ | {{Procedure | ||
+ | |Title=Removing Operational Parameters from a Parameter Group Template | ||
+ | |Purpose= | ||
+ | |Prereqs= | ||
+ | |Steps= | ||
+ | #Select the Parameter Group Template from which the Operational Parameter is to be removed. | ||
+ | #In the '''Parameters''' list, select a parameter that you want to remove and click '''Remove'''. | ||
+ | #Click '''Save'''. | ||
+ | |NextSteps= | ||
+ | }} | ||
+ | </toggledisplay> | ||
+ | |||
+ | ===Distribute Parameter Group Templates=== | ||
+ | The Service Provider deploys Parameter Group Templates to Tenants. At this point, the Parameter Group Template becomes a Parameter Group and is associated with a Routing Strategy. | ||
+ | |||
+ | <toggledisplay linkstyle font-size:larger showtext="[+] Click to show procedure" hidetext="[-] Click to hide procedure"> | ||
+ | {{Procedure | ||
+ | |Title=Distributing Parameter Group Templates | ||
+ | |Purpose= | ||
+ | |Prereqs= | ||
+ | |Steps= | ||
+ | <ol> | ||
+ | <li>On the '''Parameter Group Template List''' panel, select the Parameter Group Template that you want to deploy.</li> | ||
+ | <li>On the <Parameter Group Template name> panel that is displayed to the right of the '''Parameter Group Template List panel''', click '''Deploy'''.</li> | ||
+ | <li>In the '''Parameter Group Deployment''' panel, provide the following information: | ||
+ | <ol type="a"><li>Parameter Group Name — The name that is assigned to this Parameter Group.</li> | ||
+ | <li>Tenant — The tenant to which this Parameter Group belongs.</li> | ||
+ | <li>Application — The Routing Strategy that will be used by this tenant and is associated with this Parameter Group. Click '''Search''' to select from a list of Routing Strategies.</li></ol></li> | ||
+ | <li>Click '''Next'''.</li> | ||
+ | <li>In the '''Tenant''' panel, select the name of the tenant(s) to which you want to deploy the Parameter Group.</li> | ||
+ | <li>Click '''Next'''.</li> | ||
+ | <li>In the '''Parameter Group Deployment''' panel, specify the application(s) that you want to enable on this parameter group by clicking '''Add'''.</li> | ||
+ | <li>In the '''Designated Applications''' panel, select the name of the application(s) that you want to add.</li> | ||
+ | <li>Click '''Next'''.</li> | ||
+ | <li>Preview the deployment in the Summary. If you are satisfied with the deployment, click '''Finish'''. To make changes, click '''Previous'''.</li> | ||
+ | <li>Click '''Close'''.</li></ol> | ||
+ | {{NoteFormat|You can modify a Parameter Group Template after it has been deployed. For example, you can add, remove, re-order, and/or modify the parameters in an already deployed Parameter Group Template. Once saved, you can synchronize the changes and all Parameter Groups of the Parameter Group Template will be updated to the current structure.}} | ||
+ | |NextSteps= | ||
+ | }} | ||
+ | </toggledisplay> | ||
+ | |||
+ | </tabber> | ||
+ | |||
+ | [[category:Genesys Administrator Extension]] | ||
+ | [[category:Genesys Administrator Extension User Guide]] | ||
[[Category:V:GA:8.5.2]] | [[Category:V:GA:8.5.2]] |
Version du juillet 1, 2015 à 23:24
Parameter Group Templates
Parameter Group Templates are sets of Operational Parameters that can be deployed to one or more Tenants, and are defined by the Service Provider. A parameter can be grouped into more than one Group Template. You can also group sets of parameters into sections within a Parameter Group Template to enable you to create Parameter Group Sections within your parameter groups.
This screen displays a list of all defined Parameter Group Templates for which you have the required role privileges to view. To refresh the list at any time, click Refresh. Click a Parameter Group Template in the list, and its properties are displayed to the right of the list. You can filter the contents of this list in several ways: You can filter the contents of this list in two ways:
- Type the name or partial name of an object in the Quick Filter field. The list dynamically updates to show items that match the text in the Quick Filter field.
- Click Tenant Filter to open the Tenant filter panel. In this panel, click the checkbox(es) beside the tenants that you want to select. Use the Quick Filter field in this panel to filter the tenant list.
- You can sort the Parameter Group Templates in the list by clicking on a column head. Clicking a column head a second time reverses the sort order.
Property | Description |
---|---|
Name | The name of the Parameter Group Template. It must be unique in the system. |
Description | Optional text describing the Parameter Group Template or providing additional information. |
Parameters | A list of Operational Parameters that have been added to the Parameter Group Template. The Section(s) to which this Parameter Group Template belongs is also displayed here.
Important Sections can be deleted. Deleting a section only deletes the section grouping, and does not delete the set of parameters previously within that section. |
Used | (Read-only) Used to deploy a parameter group. |
You can perform the following tasks in this screen:
- Create Parameter Group Templates
- Modify Parameter Group Templates
- Delete Parameter Group Templates
- Manage the list of Operational Parameters in a Parameter Group Template
- Distribute Parameter Group Templates
- Associate applications
- Determine where a Parameter Group Template is used and then change the Parameter Group Template that a Parameter Group uses to a different Parameter Group Template
- View the change history of the Parameter Group Template in the History panel by clicking Related and selecting History
Create Parameter Group Templates
The Service Provider creates Parameter Group Templates, and assigns Operational Parameters to them.
[+] Click to show procedureModify Parameter Group Templates
Changes that you make to a Parameter Group Template are not propagated to Parameter Groups that use that template.
[+] Click to show procedureDelete Parameter Group Templates
You cannot delete a Parameter Group Template that is currently deployed.
[+] Click to show procedureManage the list of Parameters
In a Parameter Group Template, you can manage the list of Operational Parameters in the following ways:
[+] Adding Operational Parameters to a Parameter Group Template
Distribute Parameter Group Templates
The Service Provider deploys Parameter Group Templates to Tenants. At this point, the Parameter Group Template becomes a Parameter Group and is associated with a Routing Strategy.
[+] Click to show procedure