Can Adobe help me find all references to a trusted script?
I have a trusted script (_myTrustedScript) that uppercases the first letter of each word in a text field. Sometimes it appears in the 'Calculate' tab of a text field. Other times it appears within a javascript in the 'Actions' tab of a text field (because those fields also have other actions going on as well as the capitalization). The form itself has about 150 fields, perhaps a third of which are text fields that may or may not reference this script.
I've now decided to rename this trusted script to have a more appropriate title (_myTrustedScript becomes _myCapitalization). Now I have to find and update all of the text fields that reference the old script name.
Can Adobe help me find out which fields I need to update? I know that I could run the form and check the console for errors, but not knowing how to read those errors very well makes it difficult for me to identify the fields in question. As an analogy of what I'm after: if I were doing this in a text file, I would <ctrl><f> to find a pattern and then hit NEXT to access the subsequent occurrences. I don't mind replacing all of the references manually, I am just looking for an easy way to find them all. I've already done them tonight on my form... it took me about 45 minutes because the console kept giving me errors but I didn't know how to use that information to find the affected fields. I had to look through them all, one at a time, on both the 'Calculation' and 'Action' tabs, until the errors stopped appearing. I expect I could have accomplished this in less than 10 minutes if I had some way of generating a list of affected fields, or of jumping from one affected field directly to the next.
Ultimately, if I'm going to continue using Adobe for projects, I must learn to use better script titles right off the bat, but I expect that even if I do so, I will eventually have a similar need in the future. So any tips would be appreciated.
Thanks in advance...
