Implementation Details

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

Question

Answer

How can I tell if the operation completes successfully?

If the operation completes successfully, the system returns records to the consumer. At a minimum, the system returns a value for the batch number and the number of records inserted. If the operation does not complete successfully, the system returns an error message.

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?

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