Implementation Details

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

Question

Answer

How can I tell if the operation completes successfully?

If the operation completes successfully, the system returns records that match your search criteria. The records 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.

At a minimum, if the query finds matching records, the system returns non-zero values for these fields:

  • documentNumber

  • documentTypeCode

  • documentCompany

  • Entity – Sold To

  • Entity – Ship To

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

This is a query operation. No transactions occur during the processing of this operation. Therefore, no data updates are necessary if errors are encountered.

Does this operation use record reservation.

No. The operation does not reserve records that are returned in the query.