SBarnes wrote:I have developed a custom screen based upon the maintenance screen and a custom business object and everything works perfectly except when you scroll back and fort where you get an error about @SeedValue not supplier to select top 1.
Delete also produces the same error.
What am I doing wrong?
Have you overridden the DocumentNo property and returned a value there? (in the case of Inventory Maintenance, that's the PartNo - in the case of sales orders that's Invoice No - to give you an idea of what it should be).
Also have you overridden the SortFieldValue property? And in your setup method did you Add to the SortOrders collection? Both of these should also be done.