Hello - I'm working on my first CRM implementation and I was wondering if a pattern I'm seeing is part of native CRM implementation or if it's part of a custom configuration?
Each entity form in the implementation I'm working on has its own js lib named [entity]_main_library.js. For example, the Request/Incident entity has a js web resource named "Incident_main_library.js".
Is this association part of the default CRM implementation? Or was this most likely added by a developer as a custom change after the implementation?