Hi everyone... Whats the best way to know if a giv...
# suiteflow
e
Hi everyone... Whats the best way to know if a given user is "hardcoded" in a Workflow? This is my use case: I need to inactivate a user, but maybe that user is used in a workflow as condition, email, approver, etc. I can check my internal documentation (not always up to date) or manually check every single workflow (almost 100 and growing)... Any idea? We don't use SDF (I know, I know)
😀 1
j
I wrote a saved search of all Workflows so I could quickly download all the XML for each one
message has been deleted
run search, tab-click each URL to download XML
dump XML files in IDE
search user id
(since I was searching there in scripts etc)
e
Great @jen !!! It will be handy 🙂
r
XML does not show the Id right, it says [ACCOUNT SPECIFIC VALUE]
👀 1
j
oh mayyyyybe
I guess you’d have to search for that too
bleagh