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

deleteTableRecordList

Previous  Top  Next

This method allows deleting multiple records from a SoftExpert Form pivot table.

 

To use this method, it is necessary to follow the standard documented below.

 

The web service supports on average the deletion of 100 records per request. However, the capacitiy of records processed per request will vary depending on server configurations. The number of table columns also impacts processing.

If it is necessary to use numbers higher than the one mentioned in the previous paragraph, we recommend running tests in the test environment before using the resource in the production environment.

 

Java class

Request

web/wwwroot/ws/java/form/DeleteTableRecordListRequestType.java

Return

web/wwwroot/ws/java/form/DeleteTableRecordListResponseType.java

 

Request

ID #

Required

Description

TableID

X

Table ID #

DeleteRecordList

X

Matrix; Grouper of multiple identifiers of records that will be deleted

TableFieldOID

X

ID # of the record to be deleted

 

Return

ID #

Description

DeleteRecordListResponse

SUCCESS: Returns a vector with the metadata:

• DeleteRecordListResponse: Matrix; Records

o TableFieldOID: Record

Returns a message about success or about the error found

Status

FAILURE: FAILURE

Code

FAILURE: Negative return code

Detail

FAILURE: Description of the error found