CustomerCompany database, is it read only?

Moderator: crythias

Locked
soos
Znuny newbie
Posts: 38
Joined: 12 Mar 2014, 11:53
Znuny Version: 3.3.1
Real Name: O

CustomerCompany database, is it read only?

Post by soos »

Hi,

We have an external customer company database in PostgreSQL so I guess I could hook that up using Kernel::System::CustomerCompany::DB, my only question is, is it read only? It's very important that OTRS doesn't change any information in that database, it should only read the information stored.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: CustomerCompany database, is it read only?

Post by jojo »

you can configure it as a readonly data source
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
soos
Znuny newbie
Posts: 38
Joined: 12 Mar 2014, 11:53
Znuny Version: 3.3.1
Real Name: O

Re: CustomerCompany database, is it read only?

Post by soos »

Do you mean in the configuration options? Which configuration option is that?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: CustomerCompany database, is it read only?

Post by jojo »

ReadOnly => 1,
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked