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

editTableRecord

Previous  Top  Next

This method allows editing a SoftExpert Suite pivot table record (DYN):

To insert each of these items, it is necessary to follow the standard documented below.

 

Java class

Request

web/wwwroot/ws/java/form/EditTableRecordRequestType.java

Return

web/wwwroot/ws/java/form/EditTableRecordResponseType.java

 

Request

ID #

Required

Description

User

X

ID of the user that edited the record

TableID

X

Table ID #

TableFieldOID

X

Record OID column in the table

TableFieldID

 

Table field ID #

Comments:

If a blank field is entered, the value will be edited to empty

If there is a table field that has not had its ID # entered in the request, its value will remain the same

TableFieldValue

 

Table field value

Notes according to the field type:

Number: numeric digits without thousand or decimal separators

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

Date: YYYY-MM-DD

Hour: HH:MM

Boolean: 0 or 1

TableFileFieldID

 

ID # of the file type field of the table

FileName

 

File name (including its extension)

FileContent

 

Binary content of the file

RelationshipID

 

Relationship ID #

RelationshipFieldID

 

Related table field ID #

RelationshipFieldValue

 

Related table field value

Notes according to the field type:

Number: numeric digits without thousand or decimal separators

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

Date: YYYY-MM-DD

Hour: HH:MM

Boolean: 0 or 1

 

Return

ID #

Description

Status

SUCCESS: SUCCESS

FAILURE: FAILURE

Code

SUCCESS: 1 – Record edited successfully

FAILURE: The system will return a negative number, depending on which error was found.

Detail

SUCCESS: The system will return the description of successfully executed method.

FAILURE: The system will return the description of the error found