When clicking the refine button : a list is presented : with already checked values corresponding to the columns (properties) of the presented ItemType.
The method responsible of the Init of the button is : cui_common_refine_init
Code :
Toolbar…
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…