Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Any ESSjob to refresh the credit schema when I have some order change?

We are doing some tests about Credit Limits.

Here are our steps:

  1. Set a customer credit limit to $100,000.
  2. We created an order and the amount equal to $100,000.
  3. Cancel it.
  4. Created another order which amounts equal to $18,150.
  5. We got an error message below.



After that, I check the schema AR_CUST_CREDIT_AUTHORIZATION:

(SELECT

 /*SR Number*/

 --SUM(CREDIT_AUTH_AMOUNT)

*

FROM FUSION.AR_CUST_CREDIT_AUTHORIZATION

WHERE AUTHORIZATION_STATUS = 'OPEN'

AND CUST_ACCOUNT_ID = '300000044495516')


The order 21638 status keeps on 'open' but not 'cancel'.

Any ESS job I should run?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!