- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2018 08:43 AM
Hi All,
I am trying to find the name of the workflow where this scripts have used some keywords.
Im referring to Searching the script field(s) of workflow activities this post to give you a fair idea what im looking for.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2018 09:03 AM
You'll have to look up the record housed in the document_key - this points to wf_activity table and this table has a field called workflow_version which will tell you which workflow is using that activity. That record has a field called "name" if you need the name of the workflow and not the sys_id.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2018 09:03 AM
You'll have to look up the record housed in the document_key - this points to wf_activity table and this table has a field called workflow_version which will tell you which workflow is using that activity. That record has a field called "name" if you need the name of the workflow and not the sys_id.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2018 03:18 AM
Thank you Kristen, your direction was helpful.
Although for definite results i had to glideQuery .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2018 12:44 PM
Hi,
Could you please provide the exact script which you have used?
Thanks,
RR