GET_OBJECT_TYPE

Script function: Returns a task's object type

Syntax

GET_OBJECT_TYPE(Object name)

Syntax

Description/Format

Object name

Name of the object whose type should be retrieved
Format: script literal or scriptEgalement un type d'objet distinct dans l'Automation Engine. variable


Return codes

Short form of the object type
"20223" - The object does not exist.

Comments

This script function first searches the object in the clientEnvironnement indépendant pour la création et l'exécution d'objets dans un système AE. Le nom d'un client est un nombre de quatre chiffres à saisir lors de la connexion d'un utilisateur au système AE. Les utilisateurs et leurs droits y sont aussi définis.Egalement un type d'objet distinct dans l'Automation Engine. in which the script is processed and then in system client 0000.

The script statement :ON_ERROR may be used to determine the reaction to an erroneous object name. The error may be analyzed using the script functions for error handling. Script processing continues but may also be canceled if required.

Example

The following example returns "JOBP" because MM.DAY is a workflow"Permet d'ajouter, regrouper, associer, caractériser ou supprimer les tâches d'un workflow. Egalement un type d'objet propre à Automation Engine. [Anciennement appelé ""chaîne de traitement"" et ""chaîne de job"".]".

:SET &OBJECT_TYPE# = GET_OBJECT_TYPE("MM.DAY")

See also:

Script Elements - Reading or Modifying Objects

About Scripts
Script Elements - Alphabetical Listing

Script Elements - Ordered by Function