Saltar al contenido principal

Equipment Script Trigger Actions

Equipment Scripts can be used to add custom functionality related to equipment operations. These scripts can be triggered from various important equipment actions:

  • After Batch Event Import (Per Equip) - This trigger fires after running Batch Event Import
  • After Close Document Sign Off - This trigger fires after the Document Sign Off dialog closes.
  • After Equipment Lookup - This trigger fires after loading equipment in the Equipment tab.
  • After Equipment New - This trigger fires after new equipment is created.
  • After Equipment Save - This trigger fires after a change to equipment is saved to the database.
  • After Event Delete - This trigger fires after an event is deleted from the history grid.
  • After Event Incomplete - This trigger fires after an event is incompleted in the history grid.
  • After Save Document Sign-Off - This trigger fires after the Document Sign Off saves.
  • After Schedule Update - This trigger fires after a change to an equipment schedule from the equipment view.
  • After Template Link Save - This trigger fires after a change to the equipment's link to its template from the equipment view.
  • Before Change Equipment Group - This trigger fires before displaying the Change Equipment Group dialog. AbortAction can be called to prevent it.
  • Before Close Document Sign Off - This trigger fires before committing to closing the Document Sign Off dialog. AbortAction can be called to prevent it.
  • Before Equipment Company Transfer - This trigger fires before performing an Equipment Company Transfer. AbortAction can be called to prevent it.
  • Before Equipment Delete - This trigger fires before deleting equipment. AbortAction can be called to prevent it.
  • Before Equipment Lookup - This trigger fires before loading equipment in the Equipment view. AbortAction can be called to prevent it.
  • Before Equipment New - This trigger fires before creating new equipment. AbortAction can be called to prevent it.
  • Before Equipment Save - This trigger fires before equipment is saved. AbortAction can be called to prevent it.
  • Before Event Delete - This trigger fires before deleting an event from the equipment view's history grid. AbortAction can be called to prevent it.
  • Before Event Incomplete - This trigger fires before incompleting an event from the equipment view's history grid. AbortAction can be called to prevent it.
  • Before Field Edit - This trigger fires before displaying a field edit dialog. AbortAction can be called to prevent it.
  • Before Launch Document Sign Off - This trigger fires before displaying the Document Sign Off dialog. AbortAction can be called to prevent it.
  • Before Modify I.D. - This trigger fires before changing an equipment's ID. AbortAction can be called to prevent it.
  • Before Print Worksheet - This trigger fires before displaying the Print Worksheet dialog. AbortAction can be called to prevent it.
  • Before Save As Template - This trigger fires before saving equipment as a template. AbortAction can be called to prevent it.
  • Before Schedule Update - This trigger fires before changing an equipment schedule from the equipment view. AbortAction can be called to prevent it.
  • Change Company - when current company is changed on Equipment View (company that owns the asset currently on Equipment View)
  • None (Hyperlink Only) - this trigger action can only be used in conjunction with script projects (not single-file scripts) through the 'EQUIPPROJECT=' Home View hyperlink. Input the name of the script project to be launched after the = sign.
  • Before Layout Merge - this trigger occurs before the layout is drawn. Typically this trigger action script would make use of the GetLayoutRTF and SetLayoutRTF script functions to manipulate the layout text before display.
|