Hi,
We got a request from one of our client (BC SaaS) to add the Search Description to the DropDown for the Item table.
We created a table extension for Item and added the following code:
fieldgroups
{
addlast(DropDown; /Search Description/) { }
}
{
addlast(DropDown; /Search Description/) { }
}
But the field does not show up
So we added another field to test
fieldgroups
{
addlast(DropDown; /Unit Cost/, /Search Description/) { }
}
{
addlast(DropDown; /Unit Cost/, /Search Description/) { }
}
and this one is working
How can we add the /Search Description/ field on the item drop down?
***For some unknown reason, my double quotes are being replaced by /
Categories: