Search found 23 matches

by harrypet
09 Mar 2020, 10:25
Forum: Help
Topic: [Unsolved]Auto setting the customer ID by the current login user in Process ticket
Replies: 0
Views: 1634

[Unsolved]Auto setting the customer ID by the current login user in Process ticket

Dear all, I am trying to automatically set the customer ID by the current login user.For example, Customer User:testuser123@gmail.com having Customer ID as FIN. The customerID automatically set as FIN after the process ticket is created. Here's what I did in the transition action in process manageme...
by harrypet
05 Mar 2020, 10:00
Forum: Help
Topic: [Solved]Auto setting owner as the current login user in process ticket
Replies: 10
Views: 5302

Re: Auto setting owner as the current login user in process ticket

Hey guys,

<OTRS_TICKET_CreateBy> work fine. Thanks Roy and skullz.

Best Regards,
Harry
by harrypet
05 Mar 2020, 03:43
Forum: Help
Topic: [Solved]Auto setting owner as the current login user in process ticket
Replies: 10
Views: 5302

Re: Auto setting owner as the current login user in process ticket

Lock is to determine an agent is working on the ticket..thus if the ticket is originally unlock, when lock, it should auto assign current user as owner.. Not sure why its not working..also you can try Module => TicketOwnerSet Key: OwnerID Value: <OTRS_Ticket_Created> Key: UserID Value: 1 *this will...
by harrypet
04 Mar 2020, 11:16
Forum: Help
Topic: [Solved]Auto setting owner as the current login user in process ticket
Replies: 10
Views: 5302

Re: Auto setting owner as the current login user in process ticket

Hey man, What is the use of setting the Lock as lock? I have tried and the owner wouldn't change. It is still the Admin OTRS. Capture.JPG I would like to set the owner in process information as the current login user automatically after he/she created a ticket. BTW, thanks for replying. Best regards...
by harrypet
04 Mar 2020, 10:16
Forum: Help
Topic: [Solved]Auto setting owner as the current login user in process ticket
Replies: 10
Views: 5302

[Solved]Auto setting owner as the current login user in process ticket

Hi all, I am trying to set the owner as the current login user automatically when the process ticket is created. ( No need to select the owner by him/herself). I try to configure this setting in transition action. Here's what I did. Capture.PNG Is that the <OTRS_CURRENT_Userlogin> is not working? or...
by harrypet
20 Feb 2020, 11:49
Forum: Help
Topic: [Urgent]Accidentally remove the css in Loader::Agent::CommonJS###000-Framework
Replies: 6
Views: 2312

Re: [Urgent]Accidentally remove the css in Loader::Agent::CommonJS###000-Framework

Hey Emin,

Good News. It works fine. Cool.

Thanks for your sincere help again.

Regards,
Harry
by harrypet
20 Feb 2020, 11:19
Forum: Help
Topic: [Urgent]Accidentally remove the css in Loader::Agent::CommonJS###000-Framework
Replies: 6
Views: 2312

Re: [Urgent]Accidentally remove the css in Loader::Agent::CommonJS###000-Framework

Hi Emin,

I got this Error again. Is that "--reset" is not valid?
Capture.JPG
Thanks bro.

Regards,
Harry
by harrypet
20 Feb 2020, 10:38
Forum: Help
Topic: [Urgent]Accidentally remove the css in Loader::Agent::CommonJS###000-Framework
Replies: 6
Views: 2312

Re: [Urgent]Accidentally remove the css in Loader::Agent::CommonJS###000-Framework

Hey Emin,

I have tried the command and it says Error: found unknown arguments on the command line ('--reset').

Best Regards,
Harry
by harrypet
20 Feb 2020, 06:49
Forum: Help
Topic: [Urgent]Accidentally remove the css in Loader::Agent::CommonJS###000-Framework
Replies: 6
Views: 2312

[Urgent]Accidentally remove the css in Loader::Agent::CommonJS###000-Framework

Hi all, I accidentally deactivate Core.InputFields.css in Loader::Agent::CommonCSS###000-Framework. Now, I am not able to go into system Configuration and enable the css back as the input fields are not working. Can anyone suggest how I can solve it? Can any of the otrs administration can help? :( I...
by harrypet
17 Feb 2020, 08:04
Forum: Help
Topic: [Solved]Dynamically setting the responsible
Replies: 2
Views: 1397

Re: Dynamically setting the responsible

Thanks skullz.
by harrypet
12 Feb 2020, 16:03
Forum: Help
Topic: [Unsolved]Setting default responsible on process ticket
Replies: 3
Views: 1610

Re: Setting default responsible on process ticket

Emin,

Thanks for your reply! Apart from ACL, does customization on JS is the final soultion?

Customizing JS seems not easy for maintenance in the future when the users are changing.

Thanks Emin.

Best Regards,
Harry
by harrypet
12 Feb 2020, 15:44
Forum: Help
Topic: Customization on css in process ticket
Replies: 5
Views: 3607

Re: Customization on css in process ticket

Hi Emin,

I will try it later. Thanks for your kindly help to me again.

Best regards,

Harry
by harrypet
12 Feb 2020, 15:36
Forum: Help
Topic: [Solved]Dynamically setting the responsible
Replies: 2
Views: 1397

[Solved]Dynamically setting the responsible

Dear friends, I have a transition action that is changing the responsible back to the ticket owner(same as the current owner) after several transition. As the owner maybe different in other situations,I would like set the responsible dynamically by using <OTRS_TICKET_OWNER> or <OTRS_TICKET_OwnerID> ...
by harrypet
12 Feb 2020, 15:09
Forum: Help
Topic: [Unsolved]Setting default responsible on process ticket
Replies: 3
Views: 1610

[Unsolved]Setting default responsible on process ticket

HI all, I am going to set a default responsible when creating a ticket in the input field. like this: Capture1.JPG I have tried to use ACL [PossibleAdd] function. When the customerID is COMM, PossibleAdd the responsible as test-otrs01. It seems like it just adds the option test-otrs01 for me to choo...
by harrypet
11 Feb 2020, 04:40
Forum: Help
Topic: Customization on css in process ticket
Replies: 5
Views: 3607

Re: Customization on css in process ticket

HI Emin, I have tried to change the css style in /opt/otrs/var/httpd/htdocs/skins/Agent/default/css/Core.Agent.TicketProcess.css. Unfortunately, the layout and the color of dynamic fields do not change. I have even tried to disable the Core.Agent.TicketProcess.css in sysconfig. It seems like only th...
by harrypet
06 Feb 2020, 10:26
Forum: Help
Topic: [Solved] ACL restriction on Activity Dialog
Replies: 7
Views: 2717

Re: [Solved] ACL restriction on Activity Dialog

Thanks Roy and Flo. You two really give me a big hand.

I have solved this problem now.

Thanks guys. :D
by harrypet
06 Feb 2020, 09:32
Forum: Help
Topic: [Solved] ACL restriction on Activity Dialog
Replies: 7
Views: 2717

Re: ACL restriction on Activity Dialog

Hi friend,

I have tested with RegExp. It did not work. :( :( :(

The ActivityDialog is still there. Am I not using Possible Not in a right way?

Thanks for your reply!
by harrypet
06 Feb 2020, 03:05
Forum: Help
Topic: [Solved] ACL restriction on Activity Dialog
Replies: 7
Views: 2717

Re: ACL restriction on Activity Dialog

wurzel wrote: 04 Feb 2020, 12:30 Hi,

your ACL looks good.

You might try PropertiesDatabase instead of Properties. Maybe this helps.

Flo
Hi Flo,
I have tried to use PropertiesDatabase but it remains unchanged. Nothing is being hidden. Anyway thanks for your comment.

Regards,
Harry
by harrypet
05 Feb 2020, 17:26
Forum: Help
Topic: Customization on css in process ticket
Replies: 5
Views: 3607

Re: Customization on css in process ticket

Thanks Emin! I will have a try later. Thank for your help.
by harrypet
05 Feb 2020, 06:02
Forum: Help
Topic: Set default Subject and body in Article
Replies: 0
Views: 1639

Set default Subject and body in Article

Hi all, I am trying to set the default subject and body in the dynamic field article[the default one that provided by otrs] Capture.JPG Is there any possible way that I can set the default subject and body in specific process ticket? Thanks for your attention. I’m looking forward to your reply. Rega...
by harrypet
05 Feb 2020, 05:53
Forum: Help
Topic: Customization on css in process ticket
Replies: 5
Views: 3607

Customization on css in process ticket

Dear friends, I am trying to customize own css style on process ticket. I would like to change the layout and color in ticket creation page. As shown in the picture below. Capture.JPG However, I go to system configuration in Loader::Module::AgentTicketProcess###002-ProcessManagement Capture1.JPG I g...
by harrypet
04 Feb 2020, 10:50
Forum: Help
Topic: [Solved] ACL restriction on Activity Dialog
Replies: 7
Views: 2717

[Solved] ACL restriction on Activity Dialog

Hi all, I would like to use ACL to restrict the availability of activity dialog to different users. I am trying to hide the activity dialog on screen when the users' Customer ID is FIN. I have used possible not in ACL but it didn't work. Nothing is being hidden. I wonder if my configuration is wrong...
by harrypet
04 Feb 2020, 10:19
Forum: Help
Topic: Customer User cannot receive Email Notification
Replies: 1
Views: 1197

Customer User cannot receive Email Notification

Hi Everyone, I am creating a process ticket by process management. When user is filling in the process ticket, he/she is required to set the customer user as him/herself. The responsible would be set as their manager for later on approval. I would like to make sure customer user could receive Email ...