Show / Hide Table of Contents

CreateQueue(String,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) Method

Title of the Queue

Should Queue allow CRs

Should Queue allow Cases

Should Queue allow Contracts

Should Queue allow Dialogs

Should Queue allow Demand Details

Should Queue allow Jobs

Should Queue allow Opportunities

Should Queue allow Solutions

Should Queue allow Subcases

Should Queue allow Action Items

Create a Queue. This overload takes a set of required parameters for the API.

Syntax

'Declaration

Public Overloads Function CreateQueue( _
   ByVal _title_ As String, _
   ByVal _allowCR_ As Boolean, _
   ByVal _allowCase_ As Boolean, _
   ByVal _allowContract_ As Boolean, _
   ByVal _allowDialogue_ As Boolean, _
   ByVal _allowDemandDetail_ As Boolean, _
   ByVal _allowJob_ As Boolean, _
   ByVal _allowOpportunity_ As Boolean, _
   ByVal _allowSolution_ As Boolean, _
   ByVal _allowSubcase_ As Boolean, _
   ByVal _allowActionItem_ As Boolean _
) As ToolkitResult
public ToolkitResult CreateQueue( 
   string _title_,
   bool _allowCR_,
   bool _allowCase_,
   bool _allowContract_,
   bool _allowDialogue_,
   bool _allowDemandDetail_,
   bool _allowJob_,
   bool _allowOpportunity_,
   bool _allowSolution_,
   bool _allowSubcase_,
   bool _allowActionItem_
)

Parameters

title

Title of the Queue

allowCR

Should Queue allow CRs

allowCase

Should Queue allow Cases

allowContract

Should Queue allow Contracts

allowDialogue

Should Queue allow Dialogs

allowDemandDetail

Should Queue allow Demand Details

allowJob

Should Queue allow Jobs

allowOpportunity

Should Queue allow Opportunities

allowSolution

Should Queue allow Solutions

allowSubcase

Should Queue allow Subcases

allowActionItem

Should Queue allow Action Items

Return Value

The following values are populated in the ToolkitResult object returned by the API method:

  • Objid - The Objid of the Queue.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family

Reference

InterfacesToolkit Class
InterfacesToolkit Members
Overload List

Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.