Hello everyone,
I've been working on a custom button within the search tab for parts in Aras Innovator. The goal is to export a list of specific parts and their properties through a query and display them in an HTML table.
Here's a snippet of the…
Hi community,
I discovered a strange behavior in Innovator 12.
Let´s assume we have a regular Form with a button that uses the following onClick event:
alert("This is just a test button event"); return; // Todo for later: add additional validation…