Skip to main content

Hi,

I am trying to use Manual_Credit_Check function to check credit

  1. I tried the Manual_Check in CO page, and check the response by Fiddler, it shows no error
  2. But When I call DB function IFSAPP.Customer_Order_Handling_SvC.Do_Manual_Credit_Check, it always shows “credit limit is exceeded”.

So, I would like to know whether there is some special logic in API code. That means I use the function in DB won’t get the right result?

Hi Emma

Differences like this are sometimes due to the data access permissions for the users involved.

If you are running the DB function as the IFSAPP user then IFSAPP can see all companies, contracts and financial transactions.  If you are running the check from within IFS as a different user, then they may not have full access to see all the data.  If you log in to IFS as IFSAPP, does it show that the credit limit is exceeded?

I don’t know if there are actually any data access permissions which impact the credit checking, but it might be something which helps you to investigate the different results you are seeing.

MMcK


Reply