- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2017 12:34 PM
Hello Community,
A customer asked to rename several groups, but this maybe affect regular functionality, we already check BR, Client Scripts, Includes etc and found no Hard coded groups...however we think that in some workflows inside their actions there could be a possibility that there are some scripts that contains Hard coded names in their code so we would like to find a way to query this, unfortunately there is no like "Script" field where is contained like when we search for something on Business rules eg "Script contains HelloWorld", is there a way to look for keywords in all workflow actions? It could take weeks looking for every single workflow action.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2017 01:54 PM
Hi,
You can search script in workflows in the following table: sys_variable_value
The scripts would be stored in the value field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2017 01:54 PM
Hi,
You can search script in workflows in the following table: sys_variable_value
The scripts would be stored in the value field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2017 02:05 PM
Hello Guillermo,
"sys_variable_value" table stores your scripts in the workflow. Please look at the column "Value"
If I have answered your question then please mark it as a correct answer.
Disclaimer: I have never tried anything like this but happened to find where the workflow scripts are actually stored.