Hi,
Where are system jobs (waiting status) stored in the CRM 29016 database.
Thanks
Hi,
Where are system jobs (waiting status) stored in the CRM 29016 database.
Thanks
Hi,
You can delete from advanced find as well and filter by the workflow name associated with case entity.
Yes , you can delete these jobs directly from table and for case entity I think you have to check condition for primaryentitytype
additional information
Want the ones deleted related to the Case Entity only
Thanks
Is it safe to delete these jobs directly in the table?
Hi..
from database you can get Waiting jobs using
select * from AsyncOperation where StatusCode =10
this query.
Thanks,
Can I deleted all waiting system jobs as there are quite a few that have been backlogged and do not what them to go to customers.
I cannot do it from Bulk delete as that only deletes cancelled system jobs
thanks for your help.
These are in the asyncoperation entity (AsyncOperationBase table in SQL)
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156