Specifying the properties of interaction nodes
You use interaction nodes to specify the actions that occur in a workflow process between different applications.
About this task
- Application
- Used to specify the application that displays.
- Tab
- Used to specify the tab for the specified application that displays.
Use the tab identifier from the application's Extensible Markup Language
(XML) presentation file as the value for the tab name. Tab identifiers
are not in the database. You must specify them manually. To determine
the application's tab identifier, navigate to the <Maximo root>\resources\presentations
directory, open the application's XML file with a text editor, and
search for
"tab id="
to find the appropriate tab identifier.
- Action
- Used to specify an action that either displays or that is performed by the product. You can select from actions available via a toolbar button or from the Select Action menu.
- Relation
- Use to create an interaction that leads to another
application. The information in the Relation field
is used to determine which record to display when it opens the application.
If the interaction involves creating a new ticket or work order, you
use the Relation field to specify what kind
of new record has been created, using one of the following values:
- NEWACTIVITY
- NEWCHANGE
- NEWINCIDENT
- NEWPROBLEM
- NEWRELEASE
- NEWSR
- NEWTICKET
- NEWWORKORDER
- Launch Process
- Used to specify an active workflow process for the specified application. The process starts on the current record upon arrival in the target application.
- Direction Title
- Used to specify the title of the message window that displays.
- Direction Body
- Used to specify the text of the instructions that displays in a message window. The user must click the Route button to indicate that they have completed the interaction. For example, the instructions might read: "Enter X data, then click the Route button to complete the assignment."
Note that the absence of a title or the absence of a body does not create a window.
Procedure
- Select a process from the list with properties to be modified.
- From the Canvas tab, right-click the Interaction node and select Properties, or double-click the Interaction node.
- Optional: Type a description.
- In the Application field, specify a value.
- In the Tab Name field, type the tab identifier from the XML presentation file.
- In the Action field, specify a value.
- In the Relation field, specify a value.
- In the Launch Process field, specify a value.
- In the Directions Title field, type the title of the message window.
- In the Directions Body field, type the instructions that the product displays in the message window.
- Click OK and click Save Process.