Forum Discussion
Notes on issue:
The button would be added in Innovator/Client/Modules/aras/NavigationPanel.js, after ~line 123. Here is the search button per ItemType secondary left-nav menu.
Here we have access to the *itemTypeId*. But, it is passed to searchItemType here. We need whatever is called when viewing item types table and double clicking a row.
this._searchItemType(secondaryMenuData.itemTypeId)
Using the itemTypeId we should be able to get to the item type edit form for a certain item type. I'm not sure, but I believe this could be a call to whatever creates the url including virtualGetForm, maybe!?
Any input on that would be like totally awesome!
Going to investigate what this call to aras.getResource
does. I think it is just getting label text as the text appears dynamic and not set using a psuedo selector content property...
Here, I just copy/pasted the search button, added static text (notice the search text is appended after) and made the onclick alert with the item type id.