Forum Discussion

echeung's avatar
echeung
Community Member
2 months ago

Workday LMS

Anyone know if JS is compatible with Workday LMS? I created a module using a small amount of code which seemed to work fine but if I were to use a larger amount of code would the module not function correctly? I don't want to build something large only to find out it won't work. 

2 Replies

  • echeung​ yes, Workday LMS, much like all content accessed through the browser today runs using JavaScript. The amount of code doesn't have any impact. It only runs what it needs, but do you mean file size? Some orgs have a limit on maximum file upload size, but that's nothing to do with JavaScript. If you hit a limit on upload, you'd need to talk to who manages your LMS infrastructure.

  • I'm not sure what the amount of code being larger would change, nor how the computer would know it crossed it, but I haven't had any issues. Best I can tell, Workday runs it just like any other JavaScript. On WD's end, it's no different than you adding a library like pixi.js to your published zip.

    What are the differences between the small amount and the large amount?