We have hundreds of workflows and I'm try to find if any of them have reference to a specific person. Does anyone know if there is a way to search through them without having to open each one and manually do it?
*This post is locked for comments
We have hundreds of workflows and I'm try to find if any of them have reference to a specific person. Does anyone know if there is a way to search through them without having to open each one and manually do it?
*This post is locked for comments
www.xrmtoolbox.com/.../ you could try using this.
Hi CRMLearner8,
identify the person/user reference in the workflows i tried out a way that using SQL queries on the workflow table.you can identify the person reference from the XAML of the workflow table.just write a simple select query to identify the same.
select xaml,activeworkflowidname,* from workflow
where activeworkflowidname is not null and xaml like '%[you can fill the name whatever you want]%'.Just using a select query will not be a harm to identify else you can use the simple our own service method to identify it.
Regards,
Thangamani
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,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156