Class ExecuteScriptOnTicketActionSettings
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. Obsolete. Ticketing is being retired (see DataMiner functionality evolution and retirement).
[Serializable]
public class ExecuteScriptOnTicketActionSettings
- Inheritance
-
ExecuteScriptOnTicketActionSettings
- Extension Methods
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.