Opening Aras Part Search on a new Aras Tab through an HTML page
Hello everyone!
I am trying to create a custom HTML page which links to other Aras pages such as the Part Search Grid. My issue is including a script in the HTML page that links to an Item Type. I have been guided towards using the method cui_ivicb_nav_search_click, however I am unsure how to implement this with an HTML page. Could you suggest me some possible solutions for this?
Kind regards,
Wishal
What is the problem? The code you have found should do the job perfectly! You just need to add the id of your target ItemType.
I would use the ItemType id as attribute in the individual html elements. Then use an onLoad event that adds an event listener to the buttons. Use event delgation to avoid to repeat the function. Get the attribute with the target id from the selected element and execute the code.