<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How can I search all of my expressions in process models and rules to determine</title><link>https://community.appian.com/discussions/f/rules/1133/how-can-i-search-all-of-my-expressions-in-process-models-and-rules-to-determine</link><description>How can I search all of my expressions in process models and rules to determine where I am using a particular function/rule/constant? I am able to access the process model directories on the server.... OriginalPostID-79644 OriginalPostID-79644</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How can I search all of my expressions in process models and rules to determine</title><link>https://community.appian.com/thread/22600?ContentTypeID=1</link><pubDate>Fri, 18 Sep 2015 00:31:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c43ea7-bb4f-46a1-a7f2-1d64c33ae9b8</guid><dc:creator>ryanh</dc:creator><description>I had to perform a similar function today to try and identify if a query rule that I want to change is used by more than 1 SAIL based expression in my entire app.  I was able to export the full application, unzip it and use notepad++ to do a &amp;#39;find in files&amp;#39; search for the UUID of the query rule.  It found it in a 4 places, the main application&amp;#39;s package list, the specific content file for the query rule, the export log and most importantly 1 and only 1 content folder that was the one for the expression rule that I knew called it.  Because it didn&amp;#39;t find the uuid in other content files I am assuming it was not called elsewhere in a process model or rule in my app (which I was fairly confident of before).&lt;br /&gt;&lt;br /&gt;It was a tedious process finding out what to do to confirm my suspicion that it was only used once, but it appears to have worked.  We are on Appian 7.6 and will be upgrading to 7.10 or the next version in a few months.  Had we had a 7.9 instance for testing with I could have used the newer application dependency checking functionality and saved me an hour.  Thanks for a solution that helped!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I search all of my expressions in process models and rules to determine</title><link>https://community.appian.com/thread/4012?ContentTypeID=1</link><pubDate>Mon, 09 Sep 2013 23:25:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d0f6eed8-b483-4e53-9f31-299f227f73c0</guid><dc:creator>Matt Luo</dc:creator><description>Another useful tool for searching through multiple files on Windows is WinGrep (&lt;a href="http://www.wingrep.com/)"&gt;http://www.wingrep.com/)&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I search all of my expressions in process models and rules to determine</title><link>https://community.appian.com/thread/3940?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2013 19:02:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:42333a07-91c0-4b4f-8c3e-c0d98f8f9a6c</guid><dc:creator>shelzle</dc:creator><description>Notepad++ allows you to search in multiple files.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I search all of my expressions in process models and rules to determine</title><link>https://community.appian.com/thread/3934?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2013 18:21:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4d678a0f-1b7e-4097-8421-4c16f590b11f</guid><dc:creator>lindat</dc:creator><description>What method do you then use to identify the individual XML files that contain the string of interest? What tool do you use to then view the XML file and locate the string within it?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I search all of my expressions in process models and rules to determine</title><link>https://community.appian.com/thread/3914?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2013 17:25:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b6dd6f21-eb49-40f5-8d01-aae77fb70c0b</guid><dc:creator>shelzle</dc:creator><description>Create an application and put all models, rules and so on into it. Export this application. You now have a zip file with many XML files in which you can search for any text.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I search all of my expressions in process models and rules to determine</title><link>https://community.appian.com/thread/3913?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2013 17:16:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1ae83e23-d671-463b-af5e-a605a3ff3103</guid><dc:creator>lindat</dc:creator><description>Let me phrase my question another way: What is the most expedient method for locating the expressions (within all of my process models, rules, record types, Tempo reports, etc) in which I am using the OOTB length function?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I search all of my expressions in process models and rules to determine</title><link>https://community.appian.com/thread/3906?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2013 07:38:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:50af9100-7530-4126-b93e-4dd668abcdbe</guid><dc:creator>Siva</dc:creator><description>Hi,&lt;br /&gt;You can check process model&amp;#39;s documentation which is available in process model dashboard. &lt;br /&gt;There you can search for Rule/Constant/Function by regular browser search. Here is the link &lt;br /&gt;&lt;a href="https://forum.appian.com/suite/wiki/72/Generating_Process_Model_Documentation"&gt;forum.appian.com/.../Generating_Process_Model_Documentation&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>