Skip to main content
Version: 2.2.1

deleteChildEntityRecord

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

Java class
Requestweb\wwwroot\ws\java\workflow\DeleteChildEntityRecordRequestType.java
Returnweb\wwwroot\ws\java\workflow\DeleteChildEntityRecordResponseType.java

Request:

ID #RequiredDescription
WorkflowIDXWorkflow ID #
MainEntityIDXMain form table ID #
ChildRelationshipIDXLower level form table relationship ID #
ChildRecordOIDXCode of the record related to the lower level form table

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:workflow">
<soapenv:Header/>
<soapenv:Body>
<urn:deleteChildEntityRecord>
<!--You may enter the following 4 items in any order-->
<urn:WorkflowID>?</urn:WorkflowID>
<urn:MainEntityID>?</urn:MainEntityID>
<urn:ChildRelationshipID>?</urn:ChildRelationshipID>
<urn:ChildRecordOID>?</urn:ChildRecordOID>
</urn:deleteChildEntityRecord>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
StatusMethod execution status. Its value may be:
SUCCESS: Method executed successfully
FAILURE: An error occurred during the method execution
CodeMethod return code
DetailMethod return detail