INSERT UPDATE and DELETE Notification

Hi All,

I wanted to know can template notifications polls to multiple tables.

Can a signle pooling notification handled multiple table insert/update/delete ???

Please let me know if this can achievable ??

Shafi :slight_smile:

No each notification can only monitor single table as per the WmART frame work.

HTH,
RMG

ok …
thats clear now thanks…

Please let me know how to acieve… If we want to achieve this fuctionality to fetch the data from multiple table with optimise solution.

without creating DB views

Custom framework could be:

May be you need to schedule a job (parent service) that handles logic based on the flags which can look up particular tables via Adapter Service and best contact would be owner of the tables if they can assist in the above flags based design (insert/update/delete) based records.

HTH,
RMG

thanks again,

The Schedule job will definately solve this problem.

But, i hope, this will be a not real-time approach

I am thinking on If i could build some RT ot any near Real Time. :slight_smile:

OK also If you want it as a future request with SAG releases…please do so

https://brainstorm.agileappslive.com/networking/servicedesk/index.jsp#_dashboard

HTH,
RMG