on 2023 Jan 04 4:30 AM
Dear Experts,
We tried to fetch the withholding tax details by joining OCRD and OWHT tables for individual business partners and returning with no data.
Can anyone be of any help as to how can we retrieve or fetch the data?
Regards.
Request clarification before answering.
Business Partner's 'withholding tax %' is a column of the OCRD table. Try :
SELECT
Cardcode,
CardName,
DdctPrcnt
FROM OCRD
If you need 'Withholding Tax Deduction Group', that is DdgKey which is link to ODDG
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
102 | |
11 | |
10 | |
9 | |
6 | |
6 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.