Something like this...
Properties
CustomerUser
CustomerID
CustomerCompanyName
PossibleNot
Ticket
Service:
[Notregexp]^(ServicesNotAvailable.*)
Possible
Ticket
Service:
[regexp]^(ServicesAvailable.*)
Search found 15 matches
- 17 Oct 2024, 19:02
- Forum: General
- Topic: Link Customer (Company) ↔ Services
- Replies: 4
- Views: 16345
- 19 Jun 2024, 23:13
- Forum: General
- Topic: Make the Service field readonly in CustomerTicketMessage
- Replies: 1
- Views: 2847
Make the Service field readonly in CustomerTicketMessage
Hi! I use a module called CustomerServiceCatalog where users select the service they want to open a ticket for. After selecting, the user is directed to the CustomerTicketMessage screen where they specify the details. On this screen, the Service field is already filled in. I would like this field to...
- 27 May 2024, 15:55
- Forum: General
- Topic: Link Customer (Company) ↔ Services
- Replies: 4
- Views: 16345
Re: Link Customer (Company) ↔ Services
It worked using ACL..
Thanks!
Thanks!
- 24 May 2024, 22:32
- Forum: General
- Topic: Link Customer (Company) ↔ Services
- Replies: 4
- Views: 16345
Link Customer (Company) ↔ Services
Hey,
Is there a way to link Customer (Company) ↔ Services.
Is there a way to link Customer (Company) ↔ Services.
- 24 May 2024, 20:00
- Forum: General
- Topic: OpenID + HTTPBasicAuth : No UserID found for 'username'
- Replies: 4
- Views: 3942
Re: OpenID + HTTPBasicAuth : No UserID found for 'username'
I managed to get it working. I had to add an authentication module based on HTTPBasicAuth that checks if the user exists; otherwise, it creates the user during the authorization process.
Thanks.
Thanks.
- 24 May 2024, 11:56
- Forum: General
- Topic: OpenID + HTTPBasicAuth : No UserID found for 'username'
- Replies: 4
- Views: 3942
Re: OpenID + HTTPBasicAuth : No UserID found for 'username'
Hi, root. I adapted for customers. I've made all configuration lile the linked post and changed Config.pm to use CustomerAuth::HTTPBasicAuth. The OpenID connection is working..Access log is showing all variables from apache2+openidc, and I'm using OIDC_CLAIM_preferred_username in $User. No UserID fo...
- 24 May 2024, 03:58
- Forum: General
- Topic: OpenID + HTTPBasicAuth : No UserID found for 'username'
- Replies: 4
- Views: 3942
OpenID + HTTPBasicAuth : No UserID found for 'username'
Hey, I'm trying to authenticate and authorize external database customers (keycloak) using openid connect and HTTPBasicAuth as described here: https://community.znuny.org/viewtopic.php?t=42397 However, after authentication, the message ' No UserID found for 'customer_username' appears.. because thes...
- 15 Feb 2021, 17:28
- Forum: General
- Topic: OTRS downloading files from external url
- Replies: 6
- Views: 4204
Re: OTRS downloading files from external url
Everything worked. Thanks.
- 15 Feb 2021, 15:44
- Forum: General
- Topic: OTRS downloading files from external url
- Replies: 6
- Views: 4204
Re: OTRS downloading files from external url
Really nice, renneb. It worked. Thanks. Only one more question. How can I get a Dynamic Field from the ticket to use inside the custom module? I need to replace the value of srid to a dynamic field value. my $sURL = "http://www.limesurveydomain.com/download_uploaded_files.php&surveyid=$Para...
- 15 Feb 2021, 14:46
- Forum: General
- Topic: OTRS downloading files from external url
- Replies: 6
- Views: 4204
Re: OTRS downloading files from external url
Thanks for response, reneeb. I've made a custom module as you suggested. However, I didn't use a xml file. Instead of it I used a generic agent to run the module. When the generic agent runs the module, the article is created with the wrong content type of the file. The original file is .zip, but ot...
- 04 Feb 2021, 16:09
- Forum: General
- Topic: OTRS downloading files from external url
- Replies: 6
- Views: 4204
OTRS downloading files from external url
Hi there, I use limesurvey and OTRS. I need that OTRS make download of uploaded file from limesurvey and attach that in a new article of a ticket. For example: 1) customer fills a form on limesurvey; 2) at the end, limesurvey send an email to OTRS and it opens a ticket through postmaster filter, map...
- 17 Apr 2019, 04:11
- Forum: General
- Topic: Set a widget to specific dashboard
- Replies: 1
- Views: 1195
Re: Set a widget to specific dashboard
Anyone?
I need to create a menu that load an iframe widget...
Any idea on how I can make that?
I need to create a menu that load an iframe widget...
Any idea on how I can make that?
- 15 Apr 2019, 20:02
- Forum: Help
- Topic: SSO using AD - Customers can login in Agents page
- Replies: 1
- Views: 2839
Re: SSO using AD - Customers can login in Agents page
As a workaround I needed to configure apache as follows: <Location /otrs/customer.pl> Require valid-user </Location> <Location /otrs/index.pl> AuthBasicAuthoritative On AuthBasicProvider ldap AuthLDAPGroupAttribute member AuthLDAPGroupAttributeIsDN On AuthLDAPURL "ldap://ADSERVER:389/DC=secel,D...
- 15 Apr 2019, 19:54
- Forum: General
- Topic: Set a widget to specific dashboard
- Replies: 1
- Views: 1195
Set a widget to specific dashboard
I've installed the addon Multiple Dashboards. Now I have 2 dashboards (the default and another) for agents... After that I've enabled DashboardBackend###0300-IFrame.. Then I need to set this iframe to be displayed on the other dashboard by default. May you help me on how to do that? I'm using OTRS 6...
- 26 Mar 2019, 17:04
- Forum: Help
- Topic: SSO using AD - Customers can login in Agents page
- Replies: 1
- Views: 2839
SSO using AD - Customers can login in Agents page
Hi.. I've setup OTRS to authenticate users (agents and customers) using SSO (Apache2 + Kerberos + Active Directory). The authentication is working as expected. However, customers can login on the agents page.. I want that only users belong to "OTRS Atendentes" group can login in agents pag...