Difference between revisions of "FAQ:How to retrieve the Third Party Contract from the Pick Analyst dialog"

From support-works
Jump to navigation Jump to search
Line 20: Line 20:
 
! Description
 
! Description
 
|-
 
|-
| row 1, cell 1
+
| groupid
| row 1, cell 2
+
| String
| row 1, cell 3
+
| Group ID
 
|-
 
|-
| row 2, cell 1
+
| analystid
| row 2, cell 2
+
| String
| row 2, cell 3
+
| Analyst ID
 +
|-
 +
| tpcontract
 +
| String
 +
| Third Party Contract ID
 +
|}
 +
 
 +
===Methods===
 +
{| class="wikitable"
 +
|-
 +
! Methods
 +
! Description
 +
|-
 +
| Open()
 +
| Invoke to display the analyst/group dialog from which the user can pick/select an analyst, group or third party contract.
 
|}
 
|}

Revision as of 10:38, 23 April 2018



Status: Published
Version: 1.0
Authors: Hornbill Support
Applies to: Supportworks 7.6.x

AssignCallPropertySheet

The AssignCallPropertySheet class provides the interface needed to prompt for the user to select an analyst or group. This class represents the same dialog as the one displayed when you PickAnalystDialog, with addition to be able to select and retrieve the Third party SLA details.

Properties

Property Type Description
groupid String Group ID
analystid String Analyst ID
tpcontract String Third Party Contract ID

Methods

Methods Description
Open() Invoke to display the analyst/group dialog from which the user can pick/select an analyst, group or third party contract.