Forum Discussion

Wishal_M_Sri_Rangan's avatar
8 months ago
Solved

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 ...
  • AngelaIp's avatar
    8 months ago

    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.