Ron - Tuesday, September 7, 2010 10:30 AM:
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
scottmahr - Wednesday, November 17, 2010 5:44 PM:
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
BMoberg - Tuesday, June 3, 2014 10:03 AM:
Any information about this item_info field?
I've created a freshly new Item Type, to be used as a "part", and when adding a part using this new Item type, the item info-fields doesn't populate in the form?
How does it populate with data?
Thanks
DavidSpackman - Thursday, June 5, 2014 8:04 AM:
Hi Benny,
Open the form of an existing item that contains the into_info field, i.e. document, copy the HTML code from that field.
In your new form, create a new HTML field and copy the code into the HTML code area.