Search found 1 match
- Tue May 16, 2023 1:12 pm
- Forum: Financials (GL, AP, AR, FA & CM)
- Topic: Credit Limit
- Replies: 3
- Views: 8161
Re: Credit Limit
I want to get the credit limit ,order limit and tolerance level of my OM(RA) customers but using following query Customer names repeated
any one <u><b>have any idea how to get credit limit</b></u>
select
(select unique (ra.customer_name)
from ra_customers ra
where ra.customer_id = os.customer ...