Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Need query for notes created on transaction level and customer level at collections dashboard

Summary:

Need query for notes created on transaction level and customer level at collections dashboard


Content (required):

following query only return notes at transaction level at receivables>billing level

select a.trx_number,

trunc(a.trx_date),

a.paying_customer_id,

b.NOTE_TYPE_CODE,

b.NOTE_TXT,

b.SOURCE_OBJECT_CODE,

b.VISIBILITY_CODE,

b.CREATED_BY,

b.CREATION_DATE ,

b.SOURCE_OBJECT_UID

from FUSION.RA_CUSTOMER_TRX_ALL a, FUSION.ZMM_NOTES b

where 1=1

and a.CUSTOMER_TRX_ID = b.SOURCE_OBJECT_UID

and a.trx_number='10000'


Version (include the version you are using, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!