what I did was create the display method on inventdim table:
display boolean X()
{
return WMSLocation::find(this.wMSLocationId, this.InventLocationId).someField;
}
then put this displaymethod on the form InventOnhandItemListPage.
It worked fine.
what I did was create the display method on inventdim table:
display boolean X()
{
return WMSLocation::find(this.wMSLocationId, this.InventLocationId).someField;
}
then put this displaymethod on the form InventOnhandItemListPage.
It worked fine.