[ic] Stock display change

Michael Goldfarb interchange-users@icdevgroup.org
Tue Nov 5 19:12:00 2002


>>
>> I would think that the easiest way to do this would be to add a new
>> column to the products table. You can then edit
>> products-->mv_metadata.asc to add a field for that column on the item
>> entry screen (requires applying changes after editing).
>>
>> For instance, create a column labeled something like "ship_code" to
the
>> products table. Once you have the data in that column for the items,
you
>> can show it on flypage.html with [item-field ship_code] wherever you
>> want it to display.
>>
>> Hope this helps.
>>
>
>Hmm.. seems to be more difficult as I thought:)
>
>Ok what I did:
>- went to administration/tables/hidden tables/mv_metadata
>- Created new entry with data: Table::Colum= products::stock_code,
Widget
>type= Select box, Options: A=A, B=B, C=C ,... all other was default
>(blank)...
>
>So now when I go to Items/Item editor I can not find anywhere
STOCK_CODE to
>enable it to show in Edit item or in New item...
>
>Something else I have to do?
>
>Regards,
>Saso

I unfortunately can't help you there. I edit the mv_metadata.asc file
directly. I am not sure how to do it through the UI.