Thanks Jason. What kind of naming convention do you suggest I follow for that? For example, let's say I have some js that should remove an option from a picklist when the form loads.
Should I call the script file for my custom function something like "new_MyCompany.CustomScripts"?
And if "new_MyCompany.CustomScripts" grows large then should I create a new script file to group related functions and decouple the large generic js file?
Something like "new_MyCompany.CustomScripts.ImportantBusClientReq"?