Search found 625 matches

by skullz
05 Aug 2021, 19:09
Forum: Help
Topic: Transition conditions.
Replies: 6
Views: 1036

Re: Transition conditions.

From what i see here, 2 options 1. Use of regex as suggested by flo/wurzel above. Type of linking between condition: OR Condition 1 (And) - DF Status > String > Performed - DF Hard > RegExp > (Laptop|Destop) 2. Multiple OR condition. Type of linking between condition: OR Condition 1 (And) - DF Statu...
by skullz
05 Aug 2021, 14:16
Forum: Help
Topic: Transition conditions.
Replies: 6
Views: 1036

Re: Transition conditions.

try to put in under condition 1
by skullz
02 Aug 2021, 15:23
Forum: Help
Topic: How To Add Dynamic Fields to Ticket::Frontend::MenuModule###500-ExternalLink
Replies: 3
Views: 630

Re: How To Add Dynamic Fields to Ticket::Frontend::MenuModule###500-ExternalLink

Yup possible.. 1. you have to duplicate this externallink xml block https://github.com/znuny/Znuny/blob/ebe2aa0e77162ef2d89d93856499a4ce0640d616/Kernel/Config/Files/XML/Ticket.xml#L5600 to new xml file under /opt/otrs/Kernel/Config/Filex/XML/blablabla.xml <?xml version="1.0" encoding="...
by skullz
17 Jul 2021, 20:04
Forum: Help
Topic: [solved] Different Status for replied vs changed possible?
Replies: 10
Views: 1636

Re: Different Status for replied vs changed possible?

Im not really get what your question is but, 1. If customer reply from their email, check system configuration for PostmasterFollowUpStateTicket 2. If customer reply from portal, check system configuration for Ticket::Frontend::CustomerTicketZoom###State or use Access Control List (ACL) 3. Make sure...
by skullz
11 Jul 2021, 03:29
Forum: Help
Topic: Moving OTRS to a new server, database issues
Replies: 1
Views: 568

Re: Moving OTRS to a new server, database issues

1. Make sure all perl module installed or updated
otrs.CheckModules.pl

2. Since you are already solved the issue, i guess not much can be done.

Good luck
by skullz
10 Jul 2021, 04:34
Forum: Help
Topic: importing tickets to CSV File
Replies: 4
Views: 873

Re: importing tickets to CSV File

Do we have that in OTRS V5. I don't see any module in OTRS Admin page or am I missing something? Can you please send any references pertaining to it for OTRS V5. M. Statistic / Reporting module.. There is option where you can export out as CSV file.. Take note this is only export out the ticket dat...
by skullz
09 Jul 2021, 16:21
Forum: General
Topic: Error upgrading from otrs 6.0.30-02 to znuny 6.0.35-01
Replies: 6
Views: 1947

Re: Error upgrading from otrs 6.0.30-02 to znuny 6.0.35-01

Code: Select all

Ticket::Frontend::MenuModule###999-TeaserAttachmentView

*Shows a teaser link in the menu for the ticket attachment view of OTRS Business Solution™.
From the docs, its part of business edition..@root this BE should work right when update to znuny?
by skullz
07 Jul 2021, 02:15
Forum: Help
Topic: importing tickets to CSV File
Replies: 4
Views: 873

Re: importing tickets to CSV File

Why not using Statistic module ?
by skullz
01 Jul 2021, 07:57
Forum: General
Topic: Change Responsible Feature not visible
Replies: 5
Views: 1278

Re: Change Responsible Feature not visible

1. Did you perform scripts/DBUpdate-to-6.pl during upgrade ?

2. Try clear cache from otrs.Console.pl

3. Check System Configuration for the Responsible toolbar. Perhaps accidentally disable ?

4. Also check ACL
by skullz
23 Jun 2021, 05:54
Forum: General
Topic: Ticket Review
Replies: 2
Views: 907

Re: Ticket Review

Hi,

Evaluation like services rating (E.g: good/average/poor) ?
Do check the Survey module for this via Package Manager
by skullz
22 Jun 2021, 17:15
Forum: Help
Topic: add extra field in article details
Replies: 7
Views: 1203

Re: add extra column in article details

try activate Ticket::Frontend::PlainView either it suits your need or not
by skullz
22 Jun 2021, 05:29
Forum: General
Topic: Migrating to OTRS/Znuny from … a mess/anything. Where to start?
Replies: 2
Views: 2179

Re: Migrating to OTRS/Znuny from … a mess/anything. Where to start?

1) I have lists of users, agents, tickets complete with entries (“articles”) and timestamps and everything as Python-data (can also be made available as JSON within a heartbeat, of course), compiled from various sources and home-brew-systems via scripts, which was a lot of work, but now I have some...
by skullz
22 Jun 2021, 04:53
Forum: Help
Topic: Problem to add some conversation to a ticket with postgreSQL request in OTRS 6
Replies: 6
Views: 1296

Re: Problem to add some conversation to a ticket with postgreSQL request in OTRS 6

taken from the docs, are you sure the userlogin and password is correct ? my $CreateOrUpdateParams = { UserLogin => "some agent user login", # to be filled with valid agent login Password => "some agent user password", # to be filled with valid agent password Ticket => { Title =>...
by skullz
21 Jun 2021, 14:51
Forum: Help
Topic: Can't locate loadable object for module Template::Stash::XS
Replies: 3
Views: 1067

Re: Can't locate loadable object for module Template::Stash::XS

How do you install perl module ? cpan ? if yes, make sure the module didnt install under .root directory 1. Determine the location of the module name that generate the error shell > perldoc -l PDF::FromHTML make sure its not under /root/ Usually, should under: /usr/lib64/perl5/ /usr/share/perl5/ /us...
by skullz
07 Jun 2021, 14:18
Forum: Help
Topic: GenericAgent, Add FAQ article on TicketCreate
Replies: 2
Views: 700

Re: GenericAgent, Add FAQ article on TicketCreate

As far as i know, only can be done with some development by writing a custom module since generic agent has a capability to execute module.

Possible involved api : https://doc.znuny.org/doc/api/otrs/6.0/ ... ml#LinkAdd
by skullz
12 May 2021, 20:14
Forum: Help
Topic: Problem: "Error deserializing data"
Replies: 1
Views: 923

Re: Problem: "Error deserializing data"

check for old module and update them.

To check , as otrs user, run

Code: Select all

bin/otrs.Console.pl Dev::Code::CPANAudit
by skullz
22 Apr 2021, 16:45
Forum: Help
Topic: MailAccountFetch-34 No such ServiceID ()!
Replies: 12
Views: 3807

Re: MailAccountFetch-34 No such ServiceID ()!

Others place i would take a look at system configuration > PostMaster::PreFilterModule###
by skullz
21 Apr 2021, 11:58
Forum: General
Topic: Binding Dynamic Fields with Customers
Replies: 1
Views: 1032

Re: Binding Dynamic Fields with Customers

I guess both Car and Plate is dynamic field (Dropdown).

Perhaps can be achieve via Admin > Access Control List

Ref: https://doc.znuny.org/doc/manual/admin/ ... id-1.7.2.4

*Take a look at Example 5.6
by skullz
21 Apr 2021, 11:48
Forum: Help
Topic: Customer User Information Center - Planned on Closed tab?
Replies: 4
Views: 1329

Re: Customer User Information Center - Planned on Closed tab?

Oppss, the setting is for the Open Ticket widgets instead.. Hence, what are you looking for is not available within configuration. You are looking for code level modification. File: Kernel/Output/HTML/Dashboard/CustomerIDList.pm API Ref: https://doc.znuny.org/doc/api/otrs/6.0/Perl/Kernel/System/Tick...
by skullz
21 Apr 2021, 09:54
Forum: Help
Topic: Customer User Information Center - Planned on Closed tab?
Replies: 4
Views: 1329

Re: Customer User Information Center - Planned on Closed tab?

Check System Configuration > AgentCustomerUserInformationCenter::Backend###0130-CUIC-TicketOpen

Try modify 'Attributes' value to

Code: Select all

StateType=open;StateType=pending auto
by skullz
21 Apr 2021, 05:47
Forum: Help
Topic: MailAccountFetch-34 No such ServiceID ()!
Replies: 12
Views: 3807

Re: MailAccountFetch-34 No such ServiceID ()!

I also agree with roy..check postmaster filter regarding the service..

Perhaps misspelling or white space issues (at end of wording)
by skullz
12 Apr 2021, 17:12
Forum: General
Topic: DynamicFieldRemoteDB can not connect database.
Replies: 5
Views: 2316

Re: DynamicFieldRemoteDB can not connect database.

its working fine in my setup
3.png
2.PNG
1.PNG
by skullz
11 Apr 2021, 12:54
Forum: General
Topic: DynamicFieldRemoteDB can not connect database.
Replies: 5
Views: 2316

Re: DynamicFieldRemoteDB can not connect database.

tune6688 wrote: 10 Apr 2021, 17:16
skullz wrote: 10 Apr 2021, 02:02

Code: Select all

Suffix => *
MinQueryLength => 1
Afterwards, delete otrs cache first via otrs.Console.pl
Thank you for your reply, but I still don’t understand.Could you tell me in detail?
Check back the dynamic field setting value.

Set

SearchSuffix = *
MinQueryLength = 1
by skullz
10 Apr 2021, 02:02
Forum: General
Topic: DynamicFieldRemoteDB can not connect database.
Replies: 5
Views: 2316

Re: DynamicFieldRemoteDB can not connect database.

Code: Select all

Suffix => *
MinQueryLength => 1
Afterwards, delete otrs cache first via otrs.Console.pl
by skullz
06 Apr 2021, 04:30
Forum: Help
Topic: Frequent logout for agent
Replies: 4
Views: 2277

Re: Frequent logout for agent

Hi skullz, Thanks for the feedback. One additional question that pops up in my mind. Our agents do not use the mobile app for OTSR, they still open it via web browser on their phones. What do you think, if they start using the mobile app? Will this sole the issue, even without changing SessionCheck...
by skullz
30 Mar 2021, 04:05
Forum: Help
Topic: Frequent logout for agent
Replies: 4
Views: 2277

Re: Frequent logout for agent

Check system configuration for

Code: Select all

SessionCheckRemoteIP
SessionDeleteIfNotRemoteID
im no expert in security but, yeah this should fix the frequent logout issue.
by skullz
26 Mar 2021, 01:45
Forum: Help
Topic: [SOLVED]Changing ticket state from agent interface
Replies: 4
Views: 1677

Re: Changing ticket state from agent interface

HI, to exactly has another custom menu, you have to write another module.. the easy way i can see is by using another existing menu, maybe Miscellaneous > Free Text - to enable state selection in this screen, refer System Configuration > Ticket::Frontend::AgentTicketFreeText###State - (maybe) to rem...
by skullz
26 Mar 2021, 01:30
Forum: Help
Topic: (Solved) Separate the Config.pm
Replies: 9
Views: 2354

Re: (Solved) Separate the Config.pm

im using this method to call translate function..

Code: Select all

(-) use Kernel::Language qw(Translatable);
(+) use Kernel::Config::Defaults; # import Translatable()
by skullz
25 Mar 2021, 15:16
Forum: Help
Topic: Dynamic field - Default Value not updating.
Replies: 1
Views: 923

Re: Dynamic field - Default Value not updating.

1. Because the value already set as Approval by default. By design (or im wrong) OTRS always display its current selected value.

2. However, try to use ACL to hide the 'Approval' value when in Approved / Deny screen.
by skullz
25 Mar 2021, 15:12
Forum: General
Topic: URL encounter OTRSAgentInterface problem
Replies: 2
Views: 1477

Re: URL encounter OTRSAgentInterface problem

im too lazy to translate this.. :lol:
however, if your change the ScriptAlias at *.conf file, you have to change it as well at Admin > System Configuration > ScriptAlias
by skullz
22 Mar 2021, 17:30
Forum: Help
Topic: View ALL my Agent tickets
Replies: 2
Views: 855

Re: View ALL my Agent tickets

maybe try this addon : https://opar.perl-services.de/dist/Dash ... kets-6.0.6 by reneeb..
however i think its only for ticket owner..
by skullz
22 Mar 2021, 16:51
Forum: Help
Topic: Delete Customeruser
Replies: 2
Views: 1095

Re: Delete Customeruser

As long these customer didnt have a ticket, tied to specific group, services, i think its safe to delete..

Furthermore check this addon https://opar.perl-services.de/dist/Cust ... kAndDelete by reneeb
by skullz
19 Mar 2021, 05:28
Forum: General
Topic: [SOLVED] Search - Customer User
Replies: 11
Views: 3582

Re: [SOLVED] Search - Customer User

As an additional point on roy suggestion, you can directly modify $otrs_home/Kernel/Config/Defaults.pm (not suggested as it will be overwrite upon upgrade/patch level, but should work) The, perhaps restart webserver. (-) CustomerUserSearchFields => [ 'login', 'first_name', 'last_name', 'customer_id'...
by skullz
18 Mar 2021, 16:31
Forum: General
Topic: [SOLVED] Search - Customer User
Replies: 11
Views: 3582

Re: Search - Customer User

try

Code: Select all

*@gmail.com
by skullz
18 Mar 2021, 16:05
Forum: Help
Topic: service Catalog
Replies: 10
Views: 4529

Re: service Catalog

i make it simple, use the combination of

- ticket dynamic field (text)
- generic agent
-- ticket event = ticket create / service update
-- ticket filter = Service ?
--ticket update = dynamic field ? (put your price).

this should update the ticket with the price based on selected service.
by skullz
14 Mar 2021, 10:46
Forum: General
Topic: process approval
Replies: 11
Views: 3307

Re: process approval

Your help would be greatly appreciated! I don't know how this is done. "Approval user received email with link (this link is a OTRS process activity dialog (approval screen))" I try and try, but I'll never get it! Thanks in advance! Well, for this approval workflow aka Activity, of course...
by skullz
12 Mar 2021, 16:54
Forum: General
Topic: process approval
Replies: 11
Views: 3307

Re: process approval

If you means this, then no by default. - Approval user received email with link - then click approval link - by some magic, process approved. If you mean this, then perhaps yes. - Approval user received email with link (this link is a OTRS process activity dialog (approval screen)) - Approval user c...
by skullz
12 Mar 2021, 08:44
Forum: General
Topic: (Solved) Anonymous user access to Customer.pl
Replies: 5
Views: 2647

Re: Anonymous user access to Customer.pl

You may 1. Built custom form and passing the data through OTRS generic Interface (webservices). OR 2. Login via specific URL (not tested). And of course, you may need use some ACL / another restriction (group based ?) to disable customer ticket message, customer ticket overview, etc.. https://fqdn/o...
by skullz
08 Mar 2021, 09:11
Forum: Help
Topic: Error while trying to update packages
Replies: 6
Views: 9915

Re: Error while trying to update packages

If you experience any issues with accessing the online repository for the Freebies: the server / dns entry for ftp.otrs.org is gone. You can replace the system configuration Package::RepositoryRoot with the value https://download.znuny.org/releases/misc/packages/repository.xml. For ITSM replace the...
by skullz
28 Feb 2021, 17:43
Forum: Help
Topic: Article Text in Search tool or Reports
Replies: 2
Views: 983

Re: Article Text in Search tool or Reports

not available within standard report function..
however you can use the Admin > SQL box to achieve this via SQL query.

take a look a table ticket, article and article_data_mime (OTRS 6,LTS)

good luck
by skullz
27 Feb 2021, 08:03
Forum: General
Topic: Show_Hide Dynamic Fields
Replies: 7
Views: 2825

Re: Show_Hide Dynamic Fields

i opened a bug, perhaps i will pull later if i have more time to explore it..
by skullz
25 Feb 2021, 20:27
Forum: General
Topic: Show_Hide Dynamic Fields
Replies: 7
Views: 2825

Re: Show_Hide Dynamic Fields

Last time i tried it (a long long ago), yes its work..
However, if you want to hide mandatory, you wont be able to submit the form..

Not sure now its support or not..
by skullz
25 Feb 2021, 14:39
Forum: Help
Topic: Error messages
Replies: 2
Views: 2441

Re: Error messages

check system configuration > Daemon::SchedulerTaskWorker::NotificationRecipientEmail
by skullz
25 Feb 2021, 03:31
Forum: Help
Topic: Error during Backup
Replies: 5
Views: 1566

Re: Error during Backup

add --no-tablespace in backup.pl scripts itself (after mysqldump)

should be https://github.com/znuny/Znuny/blob/2fd ... up.pl#L130
by skullz
23 Feb 2021, 15:12
Forum: Help
Topic: [resolved] Webservice SearchTicket with multiple States
Replies: 9
Views: 2668

Re: Webservice SearchTicket with multiple States

Try

Code: Select all

States => ['open', 'closed'],  
by skullz
19 Feb 2021, 14:44
Forum: General
Topic: Package repository ftp.otrs.org
Replies: 3
Views: 16768

Re: Package repository ftp.otrs.org

root wrote: 19 Feb 2021, 14:15
skullz wrote: 19 Feb 2021, 13:18 Great..
Also can also include the links in your site as well?
You're talking about www.znuny.org?

- Roy
Yes znuny.org
by skullz
19 Feb 2021, 13:25
Forum: Help
Topic: How to setup OTRS to fetch Gmail
Replies: 2
Views: 1310

Re: How to setup OTRS to fetch Gmail

Back in the day, i have to enable 'less secure' functions in the gmail..

Alternatively, try to setup specific password for app also in gmail setting..

Good luck.