wcfAutoLoadChildrenAction

The wcfAutoLoadChildrenAction action runs the get children services for the specified business object.

Parameters

This action accepts the following parameters:
object
The name of the parent business object. This name must match the objectKey parameter of a previous action that created or located the parent business object. If the parent business object is not specified, the object path resolves relative to the Top object.
objectType
Optional: The object type of the child business object that you want to load.

Example

The following code snippet shows an example of these parameters used in the wcfAutoLoadChildrenAction action:
<!-- Load catalog entry description object --> 
<action name="wcfAutoLoadChildrenAction"> 
  <param name="object" value="product"/> 
  <param name="objectType" value="CatalogEntryDescription"/> 
</action>