wcfAutoVerifyObjectAction

The wcfAutoVerifyObjectAction action verifies that the specified business object exists.

Parameters

This action accepts the following parameters:
object
The name of the business object. This name must match the objectKey parameter of a previous action that created or located the object.

Example

The following code snippet shows an example of this parameter used in the wcfAutoVerifyObjectAction action:
<!-- Verify that the attachment was found --> 
<action name="wcfAutoVerifyObjectAction"> 
  <param name="object" value="attachment"/> 
</action>