Opportunity Revenue Audit
Summary
Need an ability to get an audit for opportunity revenue lines excluding child recursContent
Hi ,
We have a business case where they are expecting the audit for opportunity revenue lines excluding child recurs.We have used below SQL but 'RECUR_TYPE_CODE' is not an audited field.So,we are not getting the results.
SELECT o.OPTY_NUMBER
,o.CURR_STG_ID
,o.CREATED_BY
,o.CREATION_DATE
,o.LAST_UPDATE_DATE
,o.LAST_UPDATED_BY
,o.AUDIT_ACTION_TYPE_
,o.EXTN_ATTRIBUTE_CHAR010 WinProb
,o.EXTN_ATTRIBUTE_CHAR032 EBITA
,rev.EXTN_ATTRIBUTE_NUMBER011 overallTCVMNUSD
,rev.EXTN_ATTRIBUTE_NUMBER008 overallTCV
2