I'm deactivating a custom field in my instance. What is the easiest, most efficient way to identify Flow Designer Flows/actions/subflows that may be impacted by this, i.e. trigger conditions, scripts, etc..?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2022 10:50 AM
I've deactivated a handful of custom fields my organization is no longer using. I know how to identify various different scripts, policies, business rules, traditional workflows, etc.. that may be impacted by this. However, I'm not sure how and where to query Flow Designers that may contain these fields within their conditions or script actions. What is the easiest, most efficient way for going about this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2022 01:37 PM
Hi Dustin,
If you really don't want to put in the work you can write a script that loops through all the tables that extend the sys_metadata table and search in each field whether your fields are called.
This way you will find all the entries, but, disclaimer here:
- you can have the same field defined on 2 different tables - meaning you might get more results that you wish
- I don't know whether there are any tables that extend tables that extend Application File(sys_metadata)
Hope this helps!
Tudor

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2022 08:08 PM