Hi All,
Thanks for reading my post.
We're doing configuration of 'Dynamics 365 Portal' for a client and we're bit confused where to maintain all of our JavaScript as per Best Practice?
At the moment, we have 3 viable options:-
Which approach are you guys inclined to? Or what is the Best Practice for a JavaScript based on performance & maintainability?
Thanks for your time.
It is challenging point to design. It regards to many matters.
- How amount of logics will be shared by pages/portals.
- How many portals or pages share the common script (all pages will load same script file, it means all pages will have same overhead to load or initial process).
- Change cycle of the common script file and pages/portals.
In my few experience, I have never seen a common big script file. Because custom script is not big and depends on each page.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
212 | |
194 | |
82 | |
59 | |
38 |
User | Count |
---|---|
305 | |
255 | |
120 | |
86 | |
55 |