Forum Discussion
No: Aras is not that advanced.
BUT: It´s not hard to do. It´s one of the typical questions that you can perfectly solve with AI:
https://chatgpt.com/share/689304e3-6dd0-8003-82c1-8715ccc40a37
- Instead of the html part, use the existing Innovator "Unit" list.
- Add an "onChange" Method to the "Unit" list.
- The code uses an event listener. We don´t need this one, so simple remove the event listener stuff from the JS code.
- Instead of document.getElemetnById to get the native HTML elements, rewrite to use the OOTB Aras "value" and "unit" fields.
BTW: For those who think to directly ask AI for a an Innovator solution instead of a generic HTML solution. Go for it! The answers are just very often very wrong. Most of the time you get outdated solutions for Innovator 11. :)
- sesamefrequent2 months agoIdeator I
For individuals who consider asking AI directly for an innovator solution rather than a generic HTML solution. Do it! Simply put, the responses are frequently incorrect. For Innovator 11, you typically obtain out-of-date answers. https://chatgpt.com/share/689304e3-6dd0-8003-82c1-8715ccc40a37 bitlife
- JaniceWThayer2 months agoIdeator I
Thanks you so much