Navigation:  Integration via SOAP web services > Published web services > Workflow >

clearChildEntityRecord

Previous  Top  Next

This method deletes all related records from the workflow lower level form table. To use it, it is necessary to follow the standard documented below:

 

Java class

Request

web\wwwroot\ws\java\workflow\ClearChildEntityRecordRequestType.java

Return

web\wwwroot\ws\java\incident\ClearChildEntityRecordResponseType.java

 

Request structure

<clearChildEntityRecord>

 <WorkflowID>?</WorkflowID>

 <MainEntityID>?</MainEntityID>

 <ChildRelationshipID>?</ChildRelationshipID>

</clearChildEntityRecord>

 

Request

ID #

Required

Description

WorkflowID

X

Workflow ID #

MainEntityID

X

Main form table ID #

ChildRelationshipID

X

Lower level form table relationship ID #

 

Return

ID #

Description

Status

Method execution status. Its value may be:

SUCCESS: Method executed successfully

FAILURE: An error occurred during the method execution

Code

Method return code

Detail

Method return detail