Search found 15 matches

by rtocci62
04 Sep 2017, 12:46
Forum: Help
Topic: [SOLVED] Insert customer IP address into ticket?
Replies: 14
Views: 14242

Re: [SOLVED] Insert customer IP address into ticket?

Thanks StarDestroyer work, the difference is how reference session variable document.getElementById ("DynamicField_ipaddr"). Value = "$Env{" REMOTE_ADDR "}"; (OTRS <= 4) document.getElementById ("DynamicField_ipaddr"). value = "[%Env (" REMOTE_ADDR &...
by rtocci62
01 Sep 2017, 16:15
Forum: Help
Topic: [SOLVED] Insert customer IP address into ticket?
Replies: 14
Views: 14242

Re: [SOLVED] Insert customer IP address into ticket?

Hi guys, does anyone have any idea how to implement this customization in OTRS 5.0.20 by modifying CustomerTicketMessage.tt?

Thank you
by rtocci62
18 Nov 2015, 16:26
Forum: Come devo fare
Topic: Campo dinamico data/time selezionato per default
Replies: 0
Views: 78598

Campo dinamico data/time selezionato per default

Buon giorno, nella versione 4.0.12, definisco un campo dinamico di tipo date/time e quindi lo configuro sulla form di chiusura del ticket con 2(Enabled and required). Vorrei che quando attivo la form di chiusura la checkbox , che individua il campo dinamico date/time, fosse gia' selezionata. Non ho ...
by rtocci62
29 Oct 2015, 13:33
Forum: Help
Topic: Postmaster Filter - Multi Match
Replies: 2
Views: 1855

Postmaster Filter - Multi Match

Hi, you can assign multiple values to match in X-Header. I report my case: The system receives an email with the Body formatted as follows ---------------------------------- Customer: test.ticket Company: KOS Servizi Office: Office1 Problem area: Printer System Scope of the problem: Multifunction Ti...
by rtocci62
13 May 2015, 18:15
Forum: Howtos
Topic: How To show freetext for specific Queues for Customers
Replies: 75
Views: 282645

Re: How To show freetext for specific Queues for Customers

Hi crythias the function
CKEDITOR.instances.RichText.setData( '<p>This is Line1</p><p>This is Line2</p>' );
does not work the value of richtext is always to load AgentTicketPhone.
While the dynamic fields work fine , any idea?

OTRS 3.0.10
by rtocci62
01 Apr 2015, 16:59
Forum: Help
Topic: How to order CIs Overview by a custom field
Replies: 0
Views: 1608

How to order CIs Overview by a custom field

Hi guys,
do you know how to order the overview of the CIs by a custom field defined in the configuration Item template(Software) and configured to view in section ITSMConfigItem :: Frontend :: AgentITSMConfigItem ### ShowColumnsByClass ?


Thanks
Rocco

OTRS 3.3.8 - ITSM 3.3.9
by rtocci62
27 Mar 2015, 18:46
Forum: Developers
Topic: How sort CIs Overview by a custom field
Replies: 0
Views: 12658

How sort CIs Overview by a custom field

Hi guys,
do you know how to order the overview of the CIs by a custom filed defined in the configuration Item template and configured in section

Frontend :: Agent :: ViewConfigItem
ITSMConfigItem :: Frontend :: AgentITSMConfigItem ### ShowColumnsByClass

Thanks
by rtocci62
22 Sep 2014, 15:25
Forum: Developers
Topic: CMDB - Import on Multi Identifiers
Replies: 1
Views: 1974

Re: CMDB - Import on Multi Identifiers

Guys, I wanted to inform you that the multi-select does not work if a column of the CI is associated to a list defined in the general catalog (in my case ProductName), if the column is instead a simple field (es.Text) works This is probably due to the fact that when the value of a column is pre-defi...
by rtocci62
22 Sep 2014, 11:53
Forum: Developers
Topic: CMDB - Import on Multi Identifiers
Replies: 1
Views: 1974

CMDB - Import on Multi Identifiers

Hi guys do you know if it is possible, in the procedure of Import / Export of CIs, define the Identifier field consists of multiple columns (some stored on xml_storage)? I tried selecting multiple keys but seems not to work during import, as it attempts to create new CIs and not to update the CIs co...
by rtocci62
08 Sep 2014, 11:33
Forum: Developers
Topic: CIs from Customer Interface
Replies: 2
Views: 2373

CIs from Customer Interface

Hi guys, someone has developed a package similar to the Add-On Customer CI-Assignment?

Thank you very much
by rtocci62
27 Nov 2013, 11:42
Forum: Developers
Topic: Customize CustomerTicketMessage with TicketFreeText
Replies: 5
Views: 3891

Re: Customize CustomerTicketMessage with TicketFreeText

OK, at the moment I just want to verify the get function of JQuery and then select (into extdata.pl) returns all records( only 3 CI). When I launch into browser http://localhost/otrs/extdata.pl the result is' : <option value="4613852">4613852</option> <option value="4613853">4613...
by rtocci62
26 Nov 2013, 18:48
Forum: Developers
Topic: Customize CustomerTicketMessage with TicketFreeText
Replies: 5
Views: 3891

Re: Customize CustomerTicketMessage with TicketFreeText

Thanks Crythias, I followed the instructions of your topic, but I have a problem to populate the select, the following code extdata.pl #!/usr/bin/perl -w use strict; use warnings; use CGI qw(:standard); #use JSON; #install JSON via cpan/ppm if you want to use it instead print header(-type => 'applic...
by rtocci62
22 Nov 2013, 14:08
Forum: Developers
Topic: Customize CustomerTicketMessage with TicketFreeText
Replies: 5
Views: 3891

Customize CustomerTicketMessage with TicketFreeText

Hi guys, I need to customize the form of insertion ticket from the customer panel. I have configured the new attribute in TicketFreeText11 and I made sure that is visilbile only for a specific queue in CustomerTicketMessage.dtl: switch ($('#Dest').val() ) { case "36\|\|TBS-OP::Remote Services::...
by rtocci62
21 Nov 2013, 14:04
Forum: Developers
Topic: Stability problems with OTRS on Windows
Replies: 2
Views: 2055

Re: Stability problems with OTRS on Windows

Migrated to Linux and everything works fine and much faster.
by rtocci62
29 Jul 2013, 11:28
Forum: Developers
Topic: Stability problems with OTRS on Windows
Replies: 2
Views: 2055

Stability problems with OTRS on Windows

Hi guys, I need your help. We are an IT services company and OTRS is our TT and Asset Management solution to manage our IT assistance contracts with customers,we use by about 1 year OTRS 3.0.10 on Windows 2003 with Apache/2.2.17 (Win32) mod_perl/2.0.4 Perl/v5.12.2 mod_apreq2-20090110/2.7.1 and we ar...