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