Provides access to the property representing the Interaction Process Automation license type for this user (use Property.License_InteractionProcessAutomationType).

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public GeneralConfigurationProperty<UserConfiguration..::..Property, InteractionProcessAutomationLicenseType> InteractionProcessAutomationLicenseType { get; }
Visual Basic
Public ReadOnly Property InteractionProcessAutomationLicenseType As GeneralConfigurationProperty(Of UserConfiguration..::..Property, InteractionProcessAutomationLicenseType)
	Get

Remarks

Note
This setting only applies when LicenseActive is trueTruetruetrue (True in Visual Basic).
Specifies what Interaction Process Automation license this user should have. These are the available types of Interaction Process Automation licenses:
  • None - The user does not have an Interaction Process Automation license.
  • DirectRoutedWorkItems - This license enables you to launch any process to which you have rights. It also enables you to receive Work Items that are directly routed to you.
  • GroupRoutedWorkItems - This license enables you to receive Work Items that are either routed to you directly or as a member of a workgroup (similar to an ACD queue).
  • ProcessMonitor Plus - This license enables you to view process status and details in the Process Monitor or to use Process Reporting in IC Business Manager Applications.
  • ProcessDesigner Plus - This license enables you to use the Process Designer to create and modify Interaction Process Automation processes.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also