Set TicketCustomerSet in process

Moderator: crythias

Locked
montoxic
Znuny newbie
Posts: 38
Joined: 17 Feb 2013, 19:57
Znuny Version: 3.2.9
Real Name: Jonas Lindberg
Location: Sweden

Set TicketCustomerSet in process

Post by montoxic »

Hi

Does anyone now what value to set if i want the user who creates a process to be the customer (CustomerUserID). Se attached picture

I am lost. :(
otrsprocesssetcustomer.PNG
Regards
You do not have the required permissions to view the files attached to this post.
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Set TicketCustomerSet in process

Post by RStraub »

As of OTRS 4.x you should be able to use OTRS smart tags in transition action. But this isn't very well documented.

Taking a look into the Base.pm which handles the Replacement:

Code: Select all

        # replace ticket attributes such as <OTRS_Ticket_Dynamic_Field_Name1> or
        # <OTRS_TICKET_Dynamic_Field_Name1>
So the "CURRENT" tag wouldn't work, but you could try <OTRS_TICKET_Owner>
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
Locked