Hi,
Often, I have a function that I want to be able to use in multiple Client-side scripts, in multiple Human Services.
Examples include generic validation functions, date or JSON manipulation...etc
In Coach views, it's easy to have a common JS file with all the functions, and include it in the "included scripts" of the coach view. But how do I accomplish the same in Client-Side Human Services?