Hi All can anyone help me to print these columns item and description in my transaction report.
Summary: Please help me to print these columns in my transaction detail report please provide sql or tables where i can find these columns data. These are present under Receivables>manage Transactions > search for any valid trans num > Invoice details> item column and des column thanks in advance.
Attached screenshot for ref.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
25C (11.13.25.07.0)
Code Snippet (add any code snippets that support your topic, if applicable):
SELECT
BU.BU_NAME ,
ACC.ACCOUNT_NAME,
ACC.CUSTOMER_CLASS_CODE,
TRX.TRX_NUMBER ,
TRXT.DESCRIPTION,
SO.NAME ,