Search found 20 matches

by martinv2
19 May 2025, 11:42
Forum: Help
Topic: Images not shown in mails sent from Znuny
Replies: 5
Views: 2250

Re: Images not shown in mails sent from Znuny

But your issue sounds odd to me. Do you reference images on your Znuny host? Since you name OTRS_HOST in the src= This was just meant to be a placeholder for the host name of the Znuny system. Can you elaborate what you are doing here? As Florian wrote: when an agent composes a ticket reply in Znun...
by martinv2
28 Apr 2025, 11:01
Forum: Help
Topic: Images not shown in mails sent from Znuny
Replies: 5
Views: 2250

Images not shown in mails sent from Znuny

Hi! When a mail that contains images is sent by an agent, the mail body contains a tag like <img alt="" height="..." width="..." src="https://OTRS_HOST/otrs/index.pl?Action=AgentTicketAttachment;Subaction=HTMLView;TicketID=...;ArticleID=...;FileID=.." /> Howev...
by martinv2
09 Dec 2024, 09:30
Forum: Developers
Topic: Dashboard backend ORing conditions
Replies: 2
Views: 37932

Re: Dashboard backend ORing conditions

Hi Roy,

I'm not on Discord (yet). Thanks for the hint.

cu,
Martin
by martinv2
03 Dec 2024, 14:29
Forum: Developers
Topic: Dashboard backend ORing conditions
Replies: 2
Views: 37932

Dashboard backend ORing conditions

Dear developer community, our Znuny content managers go wild with creating dashboards based on the Kernel::Output::HTML::Dashboard::TicketGeneric dashboard backend module. :lol: They now are facing the situation that a set of tickets to be displayed can't be expressed in a single Attributes set of c...
by martinv2
21 Jun 2024, 10:22
Forum: Help
Topic: Custom GenericAgent Module: find trigger?
Replies: 5
Views: 7303

Re: Custom GenericAgent Module: find trigger?

Looking into this again (for a different GenericAgent), I see that the EventValues key contains the event types configured for the GenericAgent, not the actual event that triggered the execution of the module. $VAR1 = { # ... 'EventValues' => [ 'NotificationEscalation', 'TicketCustomerUpdate', 'Tick...
by martinv2
14 Jun 2024, 13:07
Forum: Help
Topic: Custom GenericAgent Module: find trigger?
Replies: 5
Views: 7303

Re: Custom GenericAgent Module: find trigger?

Thanks Roy. I can't believe I overlooked that key in the Data::Dumper output when debugging the module.
by martinv2
13 Jun 2024, 13:45
Forum: Help
Topic: Custom GenericAgent Module: find trigger?
Replies: 5
Views: 7303

Re: Custom GenericAgent Module: find trigger?

Seems like there is no solution for this. My workaround is to pass the event name as a parameter, and configure seperate GenericAgents for every single event.

cu,
Martin
by martinv2
24 Nov 2023, 11:32
Forum: Help
Topic: Custom GenericAgent Module: find trigger?
Replies: 5
Views: 7303

Custom GenericAgent Module: find trigger?

Hi all! I'm writing a custom GenericAgent module that calls multiple webservices to get/pass data from/to an external system. The module itself does already work nicely. The GenericAgent is configured to be triggered by various ticket and article events. Is there a way for the custom GenericAgent mo...
by martinv2
09 Jan 2023, 12:12
Forum: General
Topic: Modern Authentication
Replies: 4
Views: 5977

Re: Modern Authentication

Hi! An issue that we tripped over multiple times: at step 4, when requesting a new token, make sure you're logged into the correct O365 account (displayed above the "Permission requested" title). We have configured multiple O365 accounts that our Znuny system fetches mails from, and if you...
by martinv2
25 Feb 2020, 15:03
Forum: Hilfe
Topic: MSSQL-DB CustomerUser Umlaute kaputt
Replies: 4
Views: 3866

Re: MSSQL-DB CustomerUser Umlaute kaputt

Hallo Emin,

ich habe den Code bzgl. SourceCharset/DestCharset der DB.pm's aus OTRS3 übernommen, und diese Einstellungen natürlich auch in Config.pm verwendet. Sonst wäre der Aufwand ja witzlos.
by martinv2
25 Feb 2020, 14:32
Forum: Hilfe
Topic: MSSQL-DB CustomerUser Umlaute kaputt
Replies: 4
Views: 3866

Re: MSSQL-DB CustomerUser Umlaute kaputt

Hi Roy, danke für das Feedback. Ich hab' msodbcsql17 installiert, Treiber und Serverbeschreibung in odbc.ini angepasst, und ... - gleiches Ergebnis :( . isql liefert die korrekten Umlaute, OTRS-API liefert Müll. Ich werde nochmal schauen, ob irgendwelche odbc.ini-Einstellungen dazu existieren, aber ...
by martinv2
24 Feb 2020, 14:06
Forum: Hilfe
Topic: MSSQL-DB CustomerUser Umlaute kaputt
Replies: 4
Views: 3866

MSSQL-DB CustomerUser Umlaute kaputt

Hallo! Da unsere externe CustomerUser-Datenbank ISO8859-1-kodiert ist, habe ich seit OTRS4 die Encoding-Anpassungen (Stichwort SourceCharset, DestCharset) aus OTRS3 durch angepasste Module Kernel/System/CustomerUser/DB.pm bzw. CustomerCompany/DB.pm mitgeschleppt. Mittlerweile sind wir bei OTRS 6.0.2...
by martinv2
09 Dec 2015, 14:55
Forum: Developers
Topic: How to create a generic agent entry upon package installation?
Replies: 2
Views: 2327

Re: How to create a generic agent entry upon package installation?

Thanks for the pointer, Renée. I would never have thought of writing to the OTRS tables directly. But that seems a bit easier than a CodeInstall section using $GenericAgentObject->JobAdd() - because I'd have to figure out the specific syntax for the events that trigger the agent (i.e. a deep dive in...
by martinv2
09 Dec 2015, 13:33
Forum: Developers
Topic: How to create a generic agent entry upon package installation?
Replies: 2
Views: 2327

How to create a generic agent entry upon package installation?

Hi all! I've written a pm file that is run as a generic agent custom module. I packaged it for better managebility/upgradability. When I install the package to a new OTRS System I have to remember to create the generic agent entry that uses the module. Is there a way for the package Installation pro...
by martinv2
01 Dec 2015, 14:56
Forum: Developers
Topic: Web Services and Customer Information
Replies: 3
Views: 2904

Re: Web Services and Customer Information

Hi! you can find my feeble attempt at this under http://vms.pdv-systeme.de/users/martinv/CustomerWebservice.opm The WSDL file is http://vms.pdv-systeme.de/users/martinv/CustomerOperations.wsdl Disclaimer: I'm not an expert, neither for SOAP nor for OTRS. These are just some perl modules written for ...
by martinv2
17 Jul 2015, 14:53
Forum: General
Topic: Inconsistency in customer authentication?
Replies: 5
Views: 3345

Re: Inconsistency in customer authentication?

That would of course be the solution - if the customer had a source location :-) This customer login to OTRS really is stand-alone. Anyway: I think I solved it, by customizing Kernel/System/CustomerAuth/DB.pm, Kernel/Output/HTML/PreferencesPassword.pm, and Kernel/System/Web/InterfaceCustomer.pm (for...
by martinv2
17 Jul 2015, 08:52
Forum: General
Topic: Inconsistency in customer authentication?
Replies: 5
Views: 3345

Re: Inconsistency in customer authentication?

My particular problem aside: I can't see how this could possibly work when authentication is done via LDAP, HTTP, or RADIUS ??! Never mind... I just saw this code in Kernel::Output::HTML::PreferencesPassword::Param() my $AuthModule = $Self->{ConfigItem}->{Area} eq 'Agent' ? 'AuthModule' : 'Customer...
by martinv2
17 Jul 2015, 08:31
Forum: General
Topic: Inconsistency in customer authentication?
Replies: 5
Views: 3345

Re: Inconsistency in customer authentication?

It's a tad more complicated... It was determined that we didn't want OTRS to work on a copy of the customer data but the live data. The ERP system stores address information in some index sequential file. We installed a software that presents (via ODBC) this data as a relational database. With that ...
by martinv2
16 Jul 2015, 14:59
Forum: General
Topic: Inconsistency in customer authentication?
Replies: 5
Views: 3345

Inconsistency in customer authentication?

Hi! We're in the process of setting up OTRS (4.0.9 at the moment) as a support ticket system. Unfortunately, we have to get the customer data (read-only) from our ERP system. This results in a) password is not storable there, and b) the CustomerKey (set to the 'login' column) is something we don't w...