Hi, I am trying to link credit memo approvals and track how they are working.
The table, fa_fusion_soainfra.wftaskhistory, has the approval detail with a field called ‘identification_key’, but I cannot figure out to link this to the ra_customer_trx_all table for ‘customer_trx_id’.
select * from fa_fusion_soainfra.wftaskhistory
where processname = 'CreditMemoApprovalProcess'
link to ra_customer_trx_all ?
Any thoughts whenever anyone gets a chance? Thank you!