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

newTableRecordList

Previous  Top  Next

This method allows adding multiple records to 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 insertion of 100 records per request, considering a table with 10 columns. The capacitiy of records processed per request will vary depending on server configurations. The number of 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/NewTableRecordListRequestType.java

Return

web/wwwroot/ws/java/form/NewTableRecordListResponseType.java

 

Request

ID #

Required

Description

UserID

 

User ID

TableID

X

Table ID #

FormRecordList

X

Matrix; Grouper of multiple records that will be inserted

Record

X

Matrix; Grouper of the record that will be inserted

TableFieldList

X

Matrix; Grouper of multiple table fields that will be inserted in the record

TableField

X

Matrix; Table field grouper

TableFieldID

X

Table field ID #

TableFieldValue

 

Table field value

Notes according to the field type:

• Number: numeric digits without thousand and decimal separators

• Decimal: numeric digits without thousand separator and with period (.) as decimal separator

• Date: YYYY-MM-DD

• Hour: HH:MM

• Boolean: 0 or 1

 

Return

ID #

Description

RecordListResponse

SUCCESS: Returns a vector with the metadata:

• RecordListResponse: Matrix; Records

o Record: 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