Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to find all work flow notification details of specific journal batch?

batch flow NOTIFICATION
0
Posted

How to find all work flow notification details of specific journal batch?

0

Use below queries to find work flow activity status & notification details of the journal batch select * from wf_notifications where notification_id in (select notification_id from WF_ITEM_ACTIVITY_STATUSES where item_type=’GLBATCH’ and item_key like ‘&je_batch_id%’ ); Select * from WF_ITEM_ACTIVITY_STATUSES where item_type=’GLBATCH’ and item_key like ‘&je_batch_id%’; je_batch_id can be obtained using below query select je_batch_id from gl_je_batches where name=&je_batch_name;

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123