Search found 76 matches

by StefanoBoccanera
05 Nov 2012, 11:22
Forum: Help
Topic: how to solve dependent dropdown field selection problem?
Replies: 4
Views: 3072

Re: how to solve dependent dropdown field selection problem?

Crythias I would explain my needs. First of all I have to say I can't use any standard approach like service etc. due to client's constraints, that because your suggestion it's very appealed for me. I have two dynamic field (let me say A and B). Field A is a dropdown filed with some entries like Inf...
by StefanoBoccanera
05 Nov 2012, 10:54
Forum: Help
Topic: how to solve dependent dropdown field selection problem?
Replies: 4
Views: 3072

Re: how to solve dependent dropdown field selection problem?

Hy crythias first of all sorry for my bad english, may be something of my note was obscure. From you reply I understood following a) I have to declare a dropdown field without any entry b) in dtl I have to populate the dropdown field including a key value and a selection value (that answer to my bad...
by StefanoBoccanera
02 Nov 2012, 12:25
Forum: Help
Topic: Problem with - External Data Get drop down list options
Replies: 7
Views: 3125

Re: Problem with - External Data Get drop down list options

Hi crythias I'd like to use your suggestion, but with a slightly modification. My perl module would put data reading it form one or more text file depending on a paramater passed by $.get jquery statement. So i have some questions : How I have to modify the jquery script to pass this parameter ? Can...
by StefanoBoccanera
02 Nov 2012, 11:55
Forum: Howtos
Topic: External Data Get drop down list options
Replies: 10
Views: 63313

Re: External Data Get drop down list options

Hi crythias I'd like to use your suggestion, but I have to modify the perl module to get data from one or more text file. The right text file name depends on a parameter passed by $.get invocation (i.e the value of another dropdown field or a variable value set to a substring of dropdown field value...
by StefanoBoccanera
02 Nov 2012, 10:49
Forum: Help
Topic: how to solve dependent dropdown field selection problem?
Replies: 4
Views: 3072

how to solve dependent dropdown field selection problem?

hi folks I have to implement a otrs customer form (i.e. CustomerTicketMessage.dtl) with dynamic dropdown field (F2 for example) content dependent on another dropdown field (F1 for example) selection. The F2 selection's content would range from 4 to up 40 option. I can't use ticket type or service as...
by StefanoBoccanera
30 Jul 2012, 12:34
Forum: Help
Topic: ACL working for agent only
Replies: 8
Views: 3606

Re: ACL working for agent only

For customer you may want to check out per-field .binds <!--dtl:js_on_document_complete--> <script type="text/javascript">//<![CDATA[ $('#TypeID').bind('change', function (Event) { // make sure the ticket is not yet created on queue change $('input#Expand').val(1); Core.Form.Validate.Disa...
by StefanoBoccanera
27 Jul 2012, 18:41
Forum: Help
Topic: ACL working for agent only
Replies: 8
Views: 3606

Re: ACL working for agent only

code position matters. If you need to apply a script to something that's not yet rendered/loaded, the script needs to run last. Functions in head, actions at the end. Hi crythias I put function in head For customer's dtl the code is at the end and it's not working. For agent's dtl the code is appen...
by StefanoBoccanera
27 Jul 2012, 15:34
Forum: Help
Topic: ACL working for agent only
Replies: 8
Views: 3606

Re: ACL working for agent only

1000 < 1010, so it wins. But if it does win, it would apply to customers, too. If I'm reading it properly, *any* customer choosing Type Rfc::SEBC will have those options. Also, imo, you're using Type where it probably should be a queue or service. Hi crythias I made a mistake: Customer or Agent sel...
by StefanoBoccanera
27 Jul 2012, 15:04
Forum: Help
Topic: ACL working for agent only
Replies: 8
Views: 3606

Re: ACL working for agent only

1000 < 1010, so it wins. But if it does win, it would apply to customers, too. If I'm reading it properly, *any* customer choosing Type Rfc::SEBC will have those options. Also, imo, you're using Type where it probably should be a queue or service. Hi crythias Yes you are right about criteria, I wan...
by StefanoBoccanera
27 Jul 2012, 12:19
Forum: Help
Topic: ACL working for agent only
Replies: 8
Views: 3606

ACL working for agent only

Hi I wrote two ACL to solve following issue: Depending on Ticket type I have to select a subset of a dropdown dynamic field, both for Customer and Agent (User). After reading manual and some post into the forum i supposed i need to write two different ACl: one to match agnet criteria and another one...
by StefanoBoccanera
10 Jul 2012, 12:09
Forum: General
Topic: ViewMove : how to set note-exernal as default ?
Replies: 4
Views: 1753

[SOLVED] Re: ViewMove : how to set note-exernal as default ?

Hi jojo I solved the problem modifying AgentTicketMove module. Following the code that modifies the note's type from internal to external according to the destination queue. # Start customized section # my $searchQueueString = 'RfC-1-Non-Standard,RfC-2-Standard,RfC-3-Hot-Fix,RfC-4-Emergency'; if ( (...
by StefanoBoccanera
10 Jul 2012, 11:57
Forum: General
Topic: freetext change
Replies: 12
Views: 3349

Re: freetext change

you mean the section of conditions, I already tried with and it works, but I need to have the same conditions for all changes if it is possible? Best regards, If you want use the same condition's schema for all Change, avoiding to set condition every time a change is created, the better method is u...
by StefanoBoccanera
09 Jul 2012, 09:19
Forum: Assistenza
Topic: Aggiungere campo nella creazione di un ticket
Replies: 5
Views: 16498

Re: Aggiungere campo nella creazione di un ticket

Si è vero che questo funziona, ma solo nella parte Customer cioè in "CustomerTicketMessage.dtl"; Per caso qualcuno sa come fare la stessa cosa nell'interfaccia Agente in "AgentTicketPhone.dtl"? (visualizzare certi campi in funzione della coda scelta). Grazie Se non hai ancora ri...
by StefanoBoccanera
05 Jun 2012, 17:35
Forum: Help
Topic: OTRS 3.1.5 Log error entries on system log
Replies: 3
Views: 5868

OTRS 3.1.5 Log error entries on system log

Hi I just completed the migration to OTRS 3.1.5. All sound fine but I have following error log entries into the system log: Tue Jun 5 16:44:19 2012 error OTRS-CGI-99 Need HistoryTypeID! Tue Jun 5 16:44:19 2012 error OTRS-CGI-99 No TypeID for TicketDynamicFieldUpdate found! Basically the error pair e...
by StefanoBoccanera
25 May 2012, 11:33
Forum: Help
Topic: OTRS 3.1.5 where is the link ticket-Dynamic Fields
Replies: 3
Views: 1876

Re: OTRS 3.1.5 where is the link ticket-Dynamic Fields

have a look at the database structure provided in the doc folder Hi jojo I just saw to the OTRSDatabaseDiagram.png, but no link relation is depicted btw ticket and dynamic_field or dynamic_field_value tables. I suspect, after a very brief cross analysis, that object_id column into dynamic_field_val...
by StefanoBoccanera
25 May 2012, 10:58
Forum: Help
Topic: OTRS 3.1.5 where is the link ticket-Dynamic Fields
Replies: 3
Views: 1876

OTRS 3.1.5 where is the link ticket-Dynamic Fields

Hi I migrated from otrs 3.0.9 to 3.1.5. All sounds fine, after I migrated the DB (postgres 8.4), but I didn't find how the ticket are linked to the dynamic fields created. This information is viatl for me, because I have many automated reports using specific sql select. So before to migrate the prod...
by StefanoBoccanera
27 Apr 2012, 16:32
Forum: General
Topic: ViewMove : how to set note-exernal as default ?
Replies: 4
Views: 1753

ViewMove : how to set note-exernal as default ?

Hi
I'd like to set the note's default for ViewMove to note-external, but the Config screen doesn't show any field related to this parameter (like ViewNote for example).
How I can to set note-external as default for ViewMove ?

regards

stefano
by StefanoBoccanera
02 Apr 2012, 11:10
Forum: Assistenza
Topic: OTRS ITSM
Replies: 1
Views: 11348

Re: OTRS ITSM

E' l'implementazione 'ITIL complaint' della gestione di alcune funzionalità: Service management Configuration Management (include anche un CMDB delle risorese) Change Management Ovviamente il tutto integrato con il core OTRS del ticket management. Nel cliente in cui lavoro ho implementato (e persona...
by StefanoBoccanera
27 Feb 2012, 19:22
Forum: Developers
Topic: How to sort new column into CustomerITSMChangeOverview
Replies: 2
Views: 1434

How to sort new column into CustomerITSMChangeOverview

Hi I recently added into CustomerITSMChangeOverview view. The new column contains the name/surname of the customer that created the RfC ticket, linked to a Change. I modified following files: CustomerITSMChangeSchedule.pm CustomerITSMChangeOverview.dtl All works fine, but now I'm trying to improve t...
by StefanoBoccanera
20 Feb 2012, 15:38
Forum: Help
Topic: How to sort new column into CustomerITSMChangeOverview
Replies: 1
Views: 1038

Re: How to sort new column into CustomerITSMChangeOverview

Hi I recently added into CustomerITSMChangeOverview view. The new column contains the name/surname of the customer that created the RfC ticket, linked to a Change. I modified following files: CustomerITSMChangeOverview.pm CustomerITSMChangeOverview.dtl All works fine, but now I'm trying to improve ...
by StefanoBoccanera
20 Feb 2012, 15:12
Forum: Help
Topic: How to sort new column into CustomerITSMChangeOverview
Replies: 1
Views: 1038

How to sort new column into CustomerITSMChangeOverview

Hi I recently added into CustomerITSMChangeOverview view. The new column contains the name/surname of the customer that created the RfC ticket, linked to a Change. I modified following files: CustomerITSMChangeOverview.pm CustomerITSMChangeOverview.dtl All works fine, but now I'm trying to improve t...
by StefanoBoccanera
15 Feb 2012, 17:47
Forum: Assistenza
Topic: Aggiungere campo nella creazione di un ticket
Replies: 5
Views: 16498

Re: Aggiungere campo nella creazione di un ticket

Ciao devi abilitare e configurare (per esempio nel caso dell'informazione dipartimento potrebbe essere interessante una lista pre-configurata) un freetext. Ma se vuoi che appaia, nei form, in una parte specifica della form, devi modificare il file dtl specifico. Per esser più chiaro: file CustomerTi...
by StefanoBoccanera
15 Feb 2012, 15:22
Forum: General
Topic: How to add ITSM Change Number on CustomerTicketOverView
Replies: 0
Views: 811

How to add ITSM Change Number on CustomerTicketOverView

Hi I'd like to improve Customer's information view showing the ITSM ChangeNumber on the CustomerTicketOverView web form. We modeled a process where Customer creates an RfC Ticket for every ITSM Change created by the backend Agents. Further every change to ITSM Change state is notified to original Rf...
by StefanoBoccanera
18 Jan 2012, 18:03
Forum: Come devo fare
Topic: [SOLVED] Modulo ITSM : Dipendenze tra WorkOrder
Replies: 2
Views: 14229

Re: Modulo ITSM : Dipendenze tra WorkOrder

Ciao ho dei dubbi sull'errore che è stato visualizzato, sembra più un riflesso della violazione della 'state machine' utilizzata per il ciclo di vita del workorder. Prima di tutto dovresti verificare se lo stato che imposti nella regola sia accettabile rispetto alla state machine, dopo è possibile a...
by StefanoBoccanera
18 Jan 2012, 17:51
Forum: Help
Topic: using $otrs/Custom
Replies: 3
Views: 2257

Re: using $otrs/Custom

I can give my experience. I used a theme for the frontend, and it works very well. Probably the manual is not clear about it but in my opinion the 'custom' mechanism doesn't work with dtl and the 'theme' approach is an overlap method with 'custom' and of course is a mandatory solution. You don't fea...
by StefanoBoccanera
30 Dec 2011, 15:24
Forum: Help
Topic: Using ACL to restrict ITSM Workorder access ?
Replies: 0
Views: 800

Using ACL to restrict ITSM Workorder access ?

Hi I'm trying to find a solution about following issue: I'd like to restrict an agent's group to use only a specific Workorder's type (saying for sake of clarity, the type: workorder). On this Workorder's type this agent's group can : edit & modify the workorder, report, and assign the workordr ...
by StefanoBoccanera
27 Dec 2011, 15:54
Forum: Help
Topic: How to run shell script from Admin menu?
Replies: 0
Views: 740

How to run shell script from Admin menu?

Hi I would like to make available, to a selected agent's group, a mechanism to run pre-configured shell script. I'd like to use the Admin generic agent interface to build a smart menu to launch shell script on demand or in schedule mode. Can I use the Custom Module section of Generic Agent Form? or ...
by StefanoBoccanera
19 Dec 2011, 10:00
Forum: Help
Topic: How to set ITSM Change Condition rule (CRITICAL)
Replies: 3
Views: 1774

Re: How to set ITSM Change Condition rule (CRITICAL)

typically changes are set to progress because of a workorder is set to in progress (someone statrs to work on it) jojo I'm just using this approach, basically I'm trying to set automatically the in progress state on a workorder when the start actual time value is reached (more or less the same appr...
by StefanoBoccanera
16 Dec 2011, 14:33
Forum: Help
Topic: How to set ITSM Change Condition rule (CRITICAL)
Replies: 3
Views: 1774

How to set ITSM Change Condition rule (CRITICAL)

Hi folks I'm tring to find a solution about this issue: I'd like to set a Change Condition moving the change state to In Progress by means of two conditions meet: the actual change state is 'Approved' *and *the ActualStartTime is reached. Actually if I select the ActualStartTime as attributes of con...
by StefanoBoccanera
15 Dec 2011, 16:21
Forum: Help
Topic: How to model a ticket authorization flow ?
Replies: 0
Views: 925

How to model a ticket authorization flow ?

Hi I'm working on a new Change process implementation, including an authorization workflow of rfC Tickets. Actually we are managing the Change process according to following flow: a) Customer (User) request a RfC by means of a ticket sent to one of three queues (one for each rfC Types) b) Agents (a ...
by StefanoBoccanera
13 Dec 2011, 16:51
Forum: General
Topic: Can I use ACL also for Changes and Workorders?
Replies: 0
Views: 874

Can I use ACL also for Changes and Workorders?

Hi I'm trying to identify a solution about following 'scenario': - My Change lifecicle management are using a specific workorder (type 'approval') to modify the change's state on the workorder's state change. Modifying this workorder would be avilable only to itsm-change-manager group. - Now I would...
by StefanoBoccanera
06 Dec 2011, 19:30
Forum: Help
Topic: Unable to send Change ActualStartTimeReached notification
Replies: 1
Views: 1582

Re: Unable to send Change ActualStartTimeReached notificatio

Any suggestion ?

The problem is very huge ....

regards
by StefanoBoccanera
06 Dec 2011, 13:43
Forum: Help
Topic: Unable to send Change ActualStartTimeReached notification
Replies: 1
Views: 1582

Unable to send Change ActualStartTimeReached notification

Hi I have some problem with the ITSM Change Notification event : actual start time of change reached No message is sent to ChangeInitiators nor to the Change Manger group. Other enabled event on Change state event is working well. Any suggestion to solve the problem ? best regards n.b Following my a...
by StefanoBoccanera
05 Dec 2011, 18:18
Forum: Developers
Topic: Chnage notification rule
Replies: 0
Views: 907

Chnage notification rule

hi I'm trying to find a solution about configuring a rule to modify an ITSM Change state automatically. I'm using a workorder, linked to a ITSM Change, to drive the ITSM Change Life Cycle. The actualStartTime and actualEndTime of workorder is the actualStart/actualEnd time of the change. Several Con...
by StefanoBoccanera
01 Dec 2011, 14:34
Forum: Help
Topic: ITSM Notification: multiple condition for a notification?
Replies: 0
Views: 636

ITSM Notification: multiple condition for a notification?

Hi I'm using the ITSM Change Notification features and it's working very well. Now I have a little problem to solve: I would send a notification on Change state mdofification (i.e. when the state shift to 'in progress') but avoiding to notify the changeinitiators of a specific change type (i.e Chang...
by StefanoBoccanera
21 Nov 2011, 11:16
Forum: Help
Topic: How to filter Ticket Type for Customer based on groups?
Replies: 5
Views: 2918

Re: How to filter Ticket Type for Customer based on groups?

Hi crythias

I tried

I found a solution changing my view. Now I made available to the customers queue selection (but customer view this selection 'like' a simple 'RfC request'. Further I link queue to groups and all
works well, as I expected.

Thanks for your suggestion

stefano
by StefanoBoccanera
16 Nov 2011, 13:46
Forum: Help
Topic: Ticket ITSM Field content is cleared!
Replies: 1
Views: 863

Ticket ITSM Field content is cleared!

Hi I have a big problem about using ITSM FieldFreeText. First of all : I want to use all TicketFreeText freely without regard of ITSM internal 'view'. So I disable the ITSM view in agent dashboard, leaving the possibility to change FreeText with FreeText menu. Now I see following problem: - I insert...
by StefanoBoccanera
15 Nov 2011, 19:49
Forum: Help
Topic: AgentTicketFreeText action Error modifying ticket freetext
Replies: 0
Views: 728

AgentTicketFreeText action Error modifying ticket freetext

Hi I'm getting an error while I'm trying to modify some ticketfreetext from AgentTicketFreeText form (folowing from source page) <form action="/otrs/index.pl" method="post" enctype="multipart/form-data" name="compose" id="Compose" class="Validat...
by StefanoBoccanera
11 Nov 2011, 18:04
Forum: Help
Topic: How to filter Ticket Type for Customer based on groups?
Replies: 5
Views: 2918

Re: How to filter Ticket Type for Customer based on groups?

Thanks crithyas I tried , but it doesn't work. I'm wondering if I didn't explain well my objective: I have 6 ticket type (say t1 .... t6), any customer is linked to one group (by default) , a customer's subset is also linked to a second group (say g2). Now I' d like that : - customer with only defau...
by StefanoBoccanera
10 Nov 2011, 20:09
Forum: Help
Topic: How to filter Ticket Type for Customer based on groups?
Replies: 5
Views: 2918

How to filter Ticket Type for Customer based on groups?

Hi I'd like to filter the Ticket Types available to customer (excluding agent) based on customer/group relationship. I read ACL example in the OTRS manual, but reading following paragraph In Script 18.1 there is a list of all parameters which can be used for ACLs. # ticket acl $Self->{TicketAcl}->{'...
by StefanoBoccanera
09 Nov 2011, 10:45
Forum: Help
Topic: AgentTicketPhone FreeText issue
Replies: 11
Views: 2679

Re: AgentTicketPhone FreeText issue

If you want to react to onChange of Type, or service, or Queue or whatever, you'll need to put the case/switch in the javascript of the section that changes, not at the bottom of the dtl. You'd put "hide everything" (or initial state) at the bottom of the dtl, but onChange should be where...
by StefanoBoccanera
08 Nov 2011, 19:27
Forum: Developers
Topic: Is it possible to set freetext required for only one queue?
Replies: 12
Views: 6226

Re: Is it possible to set freetext required for only one que

jojo wrote:moved to Devel Sub Forum
Thanks jojo

stefano
by StefanoBoccanera
08 Nov 2011, 18:35
Forum: Developers
Topic: Is it possible to set freetext required for only one queue?
Replies: 12
Views: 6226

Re: Is it possible to set freetext required for only one que

Hi I successfully modified the CustomerTicketMessage.dtl and AgentPhoneTicket.dtl, to show different TicketFreeText baesd on Ticket Type. Since a couple of weeks I'll trying to manage some mandatory TicketFreeText into the CustomerTicketMessage.dtl . First of all I configured this freetext as manada...
by StefanoBoccanera
03 Nov 2011, 13:44
Forum: Help
Topic: AgentTicketPhone FreeText issue
Replies: 11
Views: 2679

Re: AgentTicketPhone FreeText issue

If what you want to do is affected by Service, you'll need to put your "on change" after service: <script type="text/javascript">//<![CDATA[ $('#ServiceID').bind('change', function (Event) { Core.AJAX.FormUpdate($('#NewPhoneTicket'), 'AJAXUpdate', 'ServiceID', ['NewUserID', 'New...
by StefanoBoccanera
28 Oct 2011, 12:25
Forum: Howtos
Topic: How To show freetext for specific Queues for Customers
Replies: 75
Views: 241291

Re: How To show freetext for specific Queues for Customers

Your options are to populate the field or use CSS to make the field mandatory only when it shows. Hi crythias I have some doubt about the two options: - Populate the field: I'd like avoid this option, my goal is force the customer to put a value into the field, if I populate in advance the field, p...
by StefanoBoccanera
28 Oct 2011, 09:58
Forum: Howtos
Topic: How To show freetext for specific Queues for Customers
Replies: 75
Views: 241291

Re: How To show freetext for specific Queues for Customers

crythias wrote:Your options are to populate the field or use CSS to make the field mandatory only when it shows.
Thanks crythias.
I 'll follow your suggestion.

regards

stefano
by StefanoBoccanera
27 Oct 2011, 10:01
Forum: Howtos
Topic: How To show freetext for specific Queues for Customers
Replies: 75
Views: 241291

Re: How To show freetext for specific Queues for Customers

Hi crythias

I'm trying to solve the problem having 'mandatory' freetext. :(


Have you some suggestion about it?
regards

stefano
by StefanoBoccanera
26 Oct 2011, 16:30
Forum: General
Topic: : How To send customer notification about ITSM Change event
Replies: 4
Views: 1796

Re: : How To send customer notification about ITSM Change ev

jojo wrote:The initators are the customers of the tickets linked to the change...
jojo thanks fro teh suggestion, I test and it works.

regards

stefano
by StefanoBoccanera
25 Oct 2011, 11:51
Forum: General
Topic: : How To send customer notification about ITSM Change event
Replies: 4
Views: 1796

Re: : How To send customer notification about ITSM Change ev

There is a notification module fpor the change management allready built in (Notification ITSM Change Management) hi joo you are right, but within the recipients of notification I didn't found the customer, only a recipient named 'Change Initiators' could be linked to Customer, but it's not clear. ...
by StefanoBoccanera
25 Oct 2011, 10:56
Forum: General
Topic: : How To send customer notification about ITSM Change event
Replies: 4
Views: 1796

: How To send customer notification about ITSM Change event

Hi I'd like to know how are managed customer's notification about ITSM Change events into OTRS ITSM. That is my strarting scenario: - customer send specific tickets requesting a RfC. I configured four Ticket's types (say RfC1, Rfc2, Rfc3 Rfc4), closing the input form, the ticket is queued on a speci...