Tuesday, April 10, 2012

eConnect error 24

Customer Number (CUSTNMBR) does not exist in the Customer Master Table - RM00101, sometimes you will get this error when you are calling the eConnect method taRMCashReceiptInsert.

This issue could occur if you’re trying to create a cash receipt document for customer number which is not exist in the customer master (RM00101) as solution for this issue you can add script in the integration process to create the  customer master on fly if the master record not exist or we can create the  customer master manually before we run the integration.

No comments:

Post a Comment

SSRS - How to Parameterizing the SQL Query

We need to create separated dataset to handle the pre defined list in that dataset we will use simple select statement to define the li...