Implementation Details

This table includes information that can help determine whether the setUserValues operation is functioning correctly:

Question

Answer

How can I tell if the operation completes successfully?

If the operation completes successfully, one of these fields will contain a value of 1:

  • numRowsInserted

  • numRowsUpdated

If I encounter errors while process a transaction, do I need to reverse the transaction?

This is a database Insert/update operation that does not perform transactions. If the system encounters errors during processing, no data in the JD Edwards EnterpriseOne system is updated. No manual updates are required.

Does this operation use record reservation?

No. The operation does not reserve records within the JD Edwards EnterpriseOne system during processing.

This table includes information that can help determine whether the getUserValues operation is functioning correctly:

Question

Answer

How can I tell if the operation completes successfully?

If the operation completes successfully, zero to many records are returned, based on the selection criteria. The records that are returned to the consumer include all of the fields that are listed in the response interface for this operation. However, some of those fields can contain blank or zero values, depending on the data that exists in the JD Edwards EnterpriseOne system.

If I encounter errors while process a transaction, do I need to reverse the transaction?

This is a database query operation that does not perform transactions. If you encounter errors during processing, review your search criteria and business service property settings and try your query again. If the operation does not return any records, verify that records matching your query exist in the JD Edwards EnterpriseOne database.

Does this operation use record reservation?

No. The operation does not reserve records within the JD Edwards EnterpriseOne system during processing.