OTRS API Reference JavaScript

Namespace: Core.Agent.Admin.GenericInterfaceMappingXSLT

Core.Agent.Admin. GenericInterfaceMappingXSLT

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

Methods

(static) AddValue(ValueInsert) → {Boolean}

This function adds a new regex to the regex list
Parameters:
Name Type Description
ValueInsert Object HTML container of the value mapping row.
Source:
Returns:
Returns false
Type
Boolean

(static) Init()

Initialize module functionality
Source:

(static) RemoveValue(IDSelector) → {Boolean}

This function removes a value from regex list and creates a stub input so the server can identify if a value is empty or deleted (useful for server validation).
Parameters:
Name Type Description
IDSelector String ID of the pressed remove value button.
Source:
Returns:
Returns false.
Type
Boolean