Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Customer credit limit

Status
Not open for further replies.

thanet

Programmer
Apr 16, 2015
11
TH
I am creating program that is similar to Accpac OE Order entry and send transaction to Accpac by using Acapac API.
I have some problem when the customer credit available is not enough that causes my code is not working.
Are there any solutions for check customer credit available before send transaction to Accapc.
I am using Sage 300 ERP.

Thank you.
 
You could check the customer's credit limit and open balance.
 
Now I can do it by code below
OEORD1headerFields.FieldByName("GOCHKCRDT").Value = "1" ' Perform Credit Limit Check
OEORD1header.Process()
 
Huh?? You don't make any sense. You're creating a program "similar to OE Order Entry", then you're using Order Entry itself?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top