Table of Contents

Class ExecuteScriptOnTicketActionSettings

Namespace
Skyline.DataMiner.Net.Ticketing.Helpers
Assembly
SLNetTypes.dll

Used to define the scripts that should be executed for each CRUD action on a Ticket. No script will be executed when the name is null or empty.

[Serializable]
public class ExecuteScriptOnTicketActionSettings
Inheritance
ExecuteScriptOnTicketActionSettings
Extension Methods

Remarks

Feature introduced in DataMiner 10.1.6 (RN 29191).

Properties

OnCreate

Gets or sets the name of the scripts that should be executed for the create operation on a Ticket.

OnDelete

Gets or sets the name of the scripts that should be executed for the delete operation on a Ticket.

OnUpdate

Gets or sets the name of the scripts that should be executed for the update operation on a Ticket.