Implementation Details

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

Question

Answer

How can I tell if the operation completes successfully?

If the operation completes successfully, the system does not return errors to the consumer. In some instances, the consumer does not receive a return message. For example, if the item in the query does not have price or availability information, the operation does not return data to the consumer, even though it has successfully processed.

If the operation is successful in finding matching data, price and availability information for the items included in the query are returned to the consumer. 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.

At a minimum, the system returns non-zero values for these fields:

  • priceUnitDomestic

  • priceUnitForeign

  • priceExtendedDomestic

  • priceExtendedForeign

  • costUnitDomestic

  • costUnitForeign

  • costExtendedDomestic

  • costExtendedForeign

If I encounter errors while processing a transaction, 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 within the JD Edwards EnterpriseOne system during processing.