Search found 18 matches

by georgegal
27 Sep 2021, 16:33
Forum: General
Topic: Merging Tickets
Replies: 1
Views: 1214

Merging Tickets

Hello all, Is there a way that the system can automatically merge new same tickets? The system is configured for the following actions. 1. When someone sends an email to xx@domain.com a ticket is opened in XX queue. 2. When someone sends an email to yy@domain.com a ticket is opened in YY queue. 3. W...
by georgegal
29 Apr 2021, 08:54
Forum: General
Topic: Import Customers
Replies: 19
Views: 3973

Re: Import Customers

Hi,

Tried it again step by step and it worked.
I used another table though.

Thanks for your help!

George
by georgegal
26 Apr 2021, 09:34
Forum: General
Topic: Import Customers
Replies: 19
Views: 3973

Re: Import Customers

Hi Roy, Pasting CustomerCompany1 and table schema. $Self->{CustomerCompany1} = { Name => Translatable('CustomerCareSystem'), Module => 'Kernel::System::CustomerCompany::DB', Params => { # if you want to use an external database, add the # required settings # DSN => 'DBI:odbc:yourdsn', # Type => 'mss...
by georgegal
23 Apr 2021, 17:32
Forum: General
Topic: Import Customers
Replies: 19
Views: 3973

Re: Import Customers

Yes, I had two Dynamic Field for CustomerCompany configured.
But I commented them out earlier just to see if this causes the problem.
Still, nothing gets in from CustomerCompany1.

Thanks,
George
by georgegal
23 Apr 2021, 16:02
Forum: General
Topic: Import Customers
Replies: 19
Views: 3973

Re: Import Customers

Hi Roy, I changed the values but nothing happened. The error log i get is the following. [Fri Apr 23 15:45:08 2021][Debug][Kernel::System::DynamicField::Backend::ValueGet][956] Unable to fetch object mapping for object name 503 and type CustomerCompany! Does it have to do with $Self->{CustomerCompan...
by georgegal
23 Apr 2021, 13:53
Forum: General
Topic: Import Customers
Replies: 19
Views: 3973

Re: Import Customers

Hi Roy, This is my configuration in Config.pm I don't know what is wrong. I can't see any customer from this database. $Self->{CustomerCompany1} = { Name => Translatable('CustomerCareSystem'), Module => 'Kernel::System::CustomerCompany::DB', Params => { DSN => 'DBI:mysql:database=db-name;host=192.16...
by georgegal
23 Apr 2021, 12:44
Forum: General
Topic: Import Customers
Replies: 19
Views: 3973

Re: Import Customers

Hi Roy,

Yes like this.
But on the third column instead of customer_id, name and valid_id I'm using the column names of the remote database table.
Is this correct?

Thanks,
George
by georgegal
23 Apr 2021, 11:27
Forum: General
Topic: Import Customers
Replies: 19
Views: 3973

Re: Import Customers

Hello all, I'm having problem reading the customers from the other system. I have completed the configuration for the remote mysql (dsn, user, password, table) in the Config.pm file under $Self->{CustomerCompany1}. For testing this I'm using just three fields (CustomerID, CustomerCompanyName, ValidI...
by georgegal
21 Apr 2021, 11:52
Forum: General
Topic: Binding Dynamic Fields with Customers
Replies: 1
Views: 1076

Binding Dynamic Fields with Customers

Hello all, I could use your help on the following. Assuming I have some Car Leasing Companies as customers. Company 1 owns cars with names Car1 to Car100 and each one with different plate number (Plate1 to Plate100). Company 2 owns cars with names Car101 to Car200 and each one with different plate n...
by georgegal
21 Apr 2021, 11:44
Forum: General
Topic: Import Customers
Replies: 19
Views: 3973

Re: Import Customers

Hi Roy,

Since the second database is now set, I will try to connect it to my other system and access the customers.
As for the other question I will open a new post.

Thank you again for your time!

Regards,
George
by georgegal
21 Apr 2021, 11:16
Forum: General
Topic: Import Customers
Replies: 19
Views: 3973

Re: Import Customers

Hi Roy, Thank you for your answer. I copied the company part in the Config.pm and added the number 1 ( $Self->{CustomerCompany1} = {). Now on Customer Management I see two Database Backend with the same name. I guess now I can add a new customer to which one database I choose, or import the customer...
by georgegal
20 Apr 2021, 15:58
Forum: General
Topic: Import Customers
Replies: 19
Views: 3973

Re: Import Customers

Hi Roy,

Is this option described somewhere?

Thanks,
George
by georgegal
20 Apr 2021, 15:27
Forum: General
Topic: Import Customers
Replies: 19
Views: 3973

Import Customers

Hello,

What is the best way to import the customers from another system?
Since changes (additions, deletions, changes) may happen to customers in the existing system, these changes should pass also to OTRS in a scheduled basis.

Thank you!
George
by georgegal
16 Apr 2021, 09:50
Forum: General
Topic: Process Management Activities
Replies: 3
Views: 1319

Re: Process Management Activities

Problem solved.
It needed different dynamic fields in every activity, as mentioned.

Regards,
George
by georgegal
15 Apr 2021, 12:05
Forum: General
Topic: Process Management Activities
Replies: 3
Views: 1319

Re: Process Management Activities

Hi Roy, Thank you for your answer. I used different dynamic field (status) in the second activity but still happens the same. When someone approves in the first activity, the process correctly moves to the second activity. But then it doesn't stay in the second activity for someone to approve. It go...
by georgegal
15 Apr 2021, 10:13
Forum: General
Topic: Process Management Activities
Replies: 3
Views: 1319

Process Management Activities

Hello all, I'm new to Process Management and would appreciate your help in the following. I have created a process with 5 activities. The idea is when the ticket is opened an approval must take place in each activity before it passes to the next one. Each activity refers to a different queue. In eac...
by georgegal
09 Jun 2016, 14:54
Forum: General
Topic: Unable to send email to system address
Replies: 3
Views: 1352

Re: Unable to send email to system address

For example, i would like to send an email, through reply, to agents@company.com
My OTRS doesn't receive emails from agents@company.com.
I use two other email addresses for my OTRS to receive emails.
agents@company.com is just an email address bound to a specific queue.

George
by georgegal
09 Jun 2016, 13:56
Forum: General
Topic: Unable to send email to system address
Replies: 3
Views: 1352

Unable to send email to system address

Hello all, I have recently upgraded from 4.0.14 to 5.0.10 version. When replying in a ticket and set as recipients system email addresses I get the following error. this address is registered as system address and cannot be used This was not an issue in version 4.0.14 and I could send email to the s...