Implementation Details

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

Question

Answer

How can I tell if the operation completes successfully?

If the operation completes successfully, the system returns a confirmation message to the consumer. The return message includes 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 EnterpriseOne system.

The system returns non-zero values for certain fields. See Returned Values.

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

This operation uses standard transaction processing. If the system encounters errors during processing, no data in the JD Edwards EnterpriseOne system is updated. No manual updates are required.

Error and warning messages from EnterpriseOne are returned to the EmployeeManager PBSSV as an E1MessageList. If you receive errors while processing this operation, review your selection criteria and business service properties, and then retry your query.

Does this operation use record reservation?

Yes. This operation calls the F00095 Record Reservation business function (N0000602). This function reserves records in the JD Edwards EnterpriseOne system when the operation is changing or deleting existing data.