@DCO(<property_name>)
Description
Returns the value of the specified DCO object property. The DCO object is an internal data structure that contains the current runtime batch hierarchy information. This information includes the batch ID (ID), batch type (TYPE), batch status (STATUS), and the full runtime batch hierarchy XML.
Example
In this example, the rule that contains the action is bound to a page. The example also contains the smart parameter returns the portion of the runtime batch hierarchy XML for the current page.
| Action and return value | XML example (if applicable) |
|---|---|
Action: rr_Get("@DCO(XML)") Return value: <?xml-stylesheet type="text/xsl" href="..\..\dco.xsl"?><P id="TM000001"><F id="Pickup_Date"> <V n="TYPE">Pickup_Date</V><V n="Position">0,0,0,0</V><V n="STATUS">0</V></F> |