OTRS API Reference JavaScript

Namespace: Core.Agent.Admin.GenericInterfaceInvoker

Core.Agent.Admin. GenericInterfaceInvoker

This namespace contains the special module functions for the GenericInterface invoker module.
Author:
  • OTRS AG
Source:

Methods

(static) AddEvent(EventType)

This function calls the AddEvent action on the server.
Parameters:
Name Type Description
EventType String The type of event trigger to assign to an invoker i.e ticket or article.
Source:

(static) BindDeleteEventDialog(Data)

This function binds a "trash can" link from the invoker event triggers table to the function that opens a dialog to delete the event trigger.
Parameters:
Name Type Description
Data Object A control structure that contains the jQueryObjectID, jQueryObjectSelector and the Invoker Event Trigger Name.
Source:

(static) Init()

Initializes the module functions.
Source:

(static) Redirect(ConfigKey)

Redirects.
Parameters:
Name Type Description
ConfigKey String
Source:

(static) ShowDeleteDialog(Event)

This function shows a confirmation dialog with 2 buttons.
Parameters:
Name Type Description
Event Object Event object of the clicked element.
Source:

(static) ShowDeleteEventDialog(Event)

This function shows a confirmation dialog with 2 buttons.
Parameters:
Name Type Description
Event Object Event object of the clicked element.
Source:

(static) ToogleEventSelect(SelectedEventType)

Toggles the event list.
Parameters:
Name Type Description
SelectedEventType String
Source: