Referencing an Object's Attribute
To reference an attribute of an object (attribute which must be an object too), you will use the "checkObject" action.
<test name="test_action_checkObject_7"> <flow>flow1</flow> <description>Test action checkObject to reference an object attribute</description> <action> <createSo orderId="1"> <sod/> </createSo> <checkObject object="1"> <attr name="sodata" object="2"/> </checkObject> <checkObject object="2"/> </action> </test>
Copyright © Cloud Software Group, Inc. All rights reserved.