Stje_Cro - Wednesday, February 9, 2011 4:10 AM:
Hi I would like to change the Search grid fields. For example, when i search a part, i would like to insert the part classification, on grid named "type", like an dropdown list. Is it possible? Someone can tell me where i can find the classification data? Where are they saved? Thank you Stje
fli - Wednesday, February 9, 2011 9:28 AM:
Hi,
To display the Classification on the Search grid you must un-tic the "hidden" attribute for the itemtype property.
so on the toc go to admin go to intemtypes, edit the itemtype, un-tic the hidden for the property classification.
BR / Christoffer
Stje_Cro - Thursday, February 10, 2011 5:35 AM:
Thx Christoffer for your answer.
But i think that you don't have understand my issue.
I already have the coloumn Type (Classification) on the grid, i need to change that field for have for example an dropdown menu.
I have many classification elements, and if i need any time write * xxxx* for select an element is not very comfortable.
The second thing is that you must know which classification elements you have for an item.
I think that will be more confortable to have something like an dropdown menu for select the classification that you need.
Now i would need to take the classification from innovator.itemtype table for my item (example Part) and set the field in search grid with data of classification like an dropdown menu.