Hello - I know each CRM form is associated with its own js file following this pattern:
[entity]_main_library.js
This js lib has the js required by the form but I was wondering, if I need to add my own script should I update this js lib with my own custom js? Or is it better practice to put my custom js into its own custom js lib?