Where is a script include method called?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2022 06:39 AM
I have a method defined in a Script Include (FWIW, it's in an OOtB include, though I think it's a method we created. A secondary question: is there a way to easily determine that?). I'm trying to figure out where it is used. I tried querying Business Rules (Script field contains method name or Condition field contains method name), Client Scripts (ditto), and Script Includes (Script field contains). The only hit I got from those queries was for the Script Include where it was defined, and I did also confirm that that Include had no calls to that method, only the definition.
Is there another place (perhaps somehow related to templates) where that method might be called? Or another table to search where it might be called?
Thanks,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2022 09:56 AM
I wasn't seeing that (or any other) error message. But I still looked for a script include named '_', and the expected two were the only two.
Thanks again,
Dave