In the new version 9.2, the item info for parts and documents (item_info) on the forms call this function
document.getElementById("ITEM_INFO_INTERNAL_SPAN").innerHTML = top.aras.uiDrawItemInfoTable(document.itemType);
top.aras.uiPopulateInfoTableWithItem(document.item, document);
I would like to change the what info is called from the function, how can I select or de-select the properties it calls?
Thanks
Ron
I am also curious about this, I looked in all the html files I could find, didn't seem like this info was there. I would just like to change the info at the left side of the Item form.
Scott