Thanks Roy.
Process flow I actually attached is to understand how I can redirect to different queues, and populate data from database (Employees) with conditions.
To understand Transitions, Transition Action, ACL etc.
Regards,
Suhail
Search found 12 matches
- 28 Mar 2018, 23:39
- Forum: Help
- Topic: Creating New Process with Design
- Replies: 2
- Views: 6052
- 28 Mar 2018, 15:58
- Forum: Help
- Topic: Creating New Process with Design
- Replies: 2
- Views: 6052
Creating New Process with Design
Hi All,
I am trying to build a process for boarding "New Employee" and "New User Request" with necessary approvals. I have the design of the process attached, but I am finding really difficult to build this process flow. I would appreciate if anybody can help on the same.
Thanks,
Suhail
I am trying to build a process for boarding "New Employee" and "New User Request" with necessary approvals. I have the design of the process attached, but I am finding really difficult to build this process flow. I would appreciate if anybody can help on the same.
Thanks,
Suhail
- 27 Mar 2018, 22:58
- Forum: Help
- Topic: New Field in Add Agent from LDAP
- Replies: 0
- Views: 33272
New Field in Add Agent from LDAP
Hi,
How can I sync and additional attribute of " Description " from Active Directory to new Field in the Agents? And, i want to show this additional field data when viewing Agent Information from Agents Master Screen.
My sample configuration is as below,
$Self->{'AuthSyncModule::LDAP ...
How can I sync and additional attribute of " Description " from Active Directory to new Field in the Agents? And, i want to show this additional field data when viewing Agent Information from Agents Master Screen.
My sample configuration is as below,
$Self->{'AuthSyncModule::LDAP ...
- 19 Dec 2013, 12:07
- Forum: Help
- Topic: Queue Selection according to Type Selection
- Replies: 17
- Views: 3742
Re: Queue Selection according to Type Selection
But why below "Service" filter is not working when "IT" queue is selected.
When "IT" Queue selects, I need to only display ATM Card Lost, PIN Lost, Cash Descrepancy in Service
Could someone give me an example with each and every steps
When "IT" Queue selects, I need to only display ATM Card Lost, PIN Lost, Cash Descrepancy in Service
Could someone give me an example with each and every steps
- 19 Dec 2013, 10:46
- Forum: Help
- Topic: Queue Selection according to Type Selection
- Replies: 17
- Views: 3742
Re: Queue Selection according to Type Selection
Can u tell me how the 5th point can be done in my case.
5) Add it to any screen via SysConfig
5) Add it to any screen via SysConfig
- 17 Dec 2013, 15:29
- Forum: Help
- Topic: Queue Selection according to Type Selection
- Replies: 17
- Views: 3742
Re: Queue Selection according to Type Selection
How can it be done using Dynamic Field, kindly provide an example.
- 17 Dec 2013, 15:18
- Forum: Help
- Topic: Queue Selection according to Type Selection
- Replies: 17
- Views: 3742
Re: Queue Selection according to Type Selection
It seems I better explain the scenario what I am looking for.
When an agent logins, I need the following flow in "New Phone Ticket". How we can achieve this>
"Type"
Complaint, Enquiry, Incident
Queue
IT, Accounts, WPS
Service
When "IT" Queue selected :- ATM Card Lost, PIN Lost, Cash ...
When an agent logins, I need the following flow in "New Phone Ticket". How we can achieve this>
"Type"
Complaint, Enquiry, Incident
Queue
IT, Accounts, WPS
Service
When "IT" Queue selected :- ATM Card Lost, PIN Lost, Cash ...
- 17 Dec 2013, 14:59
- Forum: Help
- Topic: Queue Selection according to Type Selection
- Replies: 17
- Views: 3742
Re: Queue Selection according to Type Selection
But when I select the "IT" Queue, nothing is listed in Service.
- 17 Dec 2013, 12:15
- Forum: Help
- Topic: Queue Selection according to Type Selection
- Replies: 17
- Views: 3742
Re: Queue Selection according to Type Selection
I placed a code like below in Config.pm, but there is no change in "New Phone Ticket" screen.
$Self->{TicketAcl}->{'ACL-Complaint'} =
{
# match properties
Properties => {
Queue => { Name => ['IT'], },
},
Possible => {
Ticket => { Service => ['ATM Card Lost', 'PIN Lost', 'Cash Descrepancy ...
$Self->{TicketAcl}->{'ACL-Complaint'} =
{
# match properties
Properties => {
Queue => { Name => ['IT'], },
},
Possible => {
Ticket => { Service => ['ATM Card Lost', 'PIN Lost', 'Cash Descrepancy ...
- 16 Dec 2013, 23:32
- Forum: Help
- Topic: Queue Selection according to Type Selection
- Replies: 17
- Views: 3742
Re: Queue Selection according to Type Selection
Thanks for the reply with an example.
How it can be done if it is dynamic field instead of queue? ie, dynamic field->Service
So all these change are stored in configuration rather than database?
How it can be done if it is dynamic field instead of queue? ie, dynamic field->Service
So all these change are stored in configuration rather than database?
- 16 Dec 2013, 22:47
- Forum: Help
- Topic: Queue Selection according to Type Selection
- Replies: 17
- Views: 3742
Re: Queue Selection according to Type Selection
I am new to OTRS, so just totally confused.
Couldn't find anything like Types->Services in the Admin option. It has to be done using ACL? If So, How we can do this?
Couldn't find anything like Types->Services in the Admin option. It has to be done using ACL? If So, How we can do this?
- 16 Dec 2013, 14:27
- Forum: Help
- Topic: Queue Selection according to Type Selection
- Replies: 17
- Views: 3742
Queue Selection according to Type Selection
Hi,
How can we make conditional listing of data in Queue according to the Type Selected?
Thanks..
How can we make conditional listing of data in Queue according to the Type Selected?
Thanks..