Using Script Components

Many objects use the same processing steps in their scripts. Automic recommends storing them in IncludeScript utilisé souvent et dans de nombreux objets. Egalement un type d'objet distinct dans l'Automation Engine. objects in order to avoid repeated creation and maintenance being required in every scriptEgalement un type d'objet distinct dans l'Automation Engine.. In doing so, you can acquire a collection of script components that can easily be maintained and reduce the time that is required for writing scripts considerably.

How to use Include objects:

  1. Store frequently used blocks of script lines in Include objects.
  2. Call the script statement :INCLUDE indicating the name of the Include object in the particular script section in which the script lines should be included at runtime.
  3. The above script element also contains a parameter which can be used to adjust the script lines to an object as it facilitates a particular string to be replaced. This assignment is only valid for the current generation and does not change the Include object itself.

The Include object's script lines are copied to the object's exact script position at which :INCLUDE is called. Therefore, script functions refer to the particular object and not to the Include object. For example, the script function SYS_ACT_ME_NAME supplies the object name and not the name of the Include object.