Disable GenericInterface Note

Moderator: crythias

Post Reply
gecelann
Znuny expert
Posts: 164
Joined: 12 Feb 2016, 08:05
Znuny Version: 5.0.0
Real Name: ann
Company: rghdinc

Disable GenericInterface Note

Post by gecelann »

Hi to everyone, :)

I would like to ask if how to disable the GenericInterface Note?
Because currently there are tickets that has a multiple article creation,
and we need to avoid that.

See the image below.
Selection_255.png
And this is the history of a specific ticket.
Selection_254.png
Thank you so much! :D :D :D :D
You do not have the required permissions to view the files attached to this post.
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Disable GenericInterface Note

Post by jojo »

check the external script which uses the generic interface (as this one adds the article)
"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
gecelann
Znuny expert
Posts: 164
Joined: 12 Feb 2016, 08:05
Znuny Version: 5.0.0
Real Name: ann
Company: rghdinc

Re: Disable GenericInterface Note

Post by gecelann »

jojo wrote:check the external script which uses the generic interface (as this one adds the article)
Hi jojo,

Thanks for fast reply,

The external script that you're referring is the one that our programmer created in updating the ticket using php code?
or is the script that I imported using YAML in web services (Generic Interface)?

This is the script that our programmer used

Code: Select all

$TicketRequestArray[] = new SoapParam(array(
            "From" => "RCOC Engineer Tracker <asset_tracker@myhdsupport.com>",
            "Subject" => $subject,
            "Body" => $body,
            'ContentType' => 'text/plain; charset=ISO-8859-15', 
            // "MimeType" => 'text/html',
            // "Charset" => 'utf-8'
        ), "Article");
        
Thanks!
Last edited by gecelann on 09 Jun 2017, 06:14, edited 1 time in total.
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Disable GenericInterface Note

Post by jojo »

the one your programmer did
"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
gecelann
Znuny expert
Posts: 164
Joined: 12 Feb 2016, 08:05
Znuny Version: 5.0.0
Real Name: ann
Company: rghdinc

Re: Disable GenericInterface Note

Post by gecelann »

jojo wrote:the one your programmer did
Okay thank you so much jojo!
God bless! :D :D :D
Post Reply