-
Open the Run MQL window:
-
From the compass, select Collaboration and
Approvals.
-
In the navigation pane, click .
To run an MQL command, enter the command in the
MQL Command box and click Run
or press Enter.
- To set the context for the MQL session, run this command:
set context user creator; -
To determine which objects are already configured as possible content for
routes, run this command:
print relationship "Object Route"; The
from information lists all the object types that can be
included as content in routes.
-
If the object type you require is not already listed on the
from side of the relationship, run this command:
modify relationship "Object Route" from add type <OBJECT_TYPE>; where
<OBJECT_TYPE> is the content type.
|