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
Mohamed Amine Mahmoudi
83
Super User 2025 Season 1
Community Member
52
Victor Onyebuchi
6