Following Situation:
I created a pageextension to make the Order Number field (ID 65) of table Purch. Rcpt. Line (121) visible on the Get Receipt Lines page (5709)
pageextension 50000 "My Get Receipt Lines" extends "Get Receipt Lines"
{
layout
{
moveafter("Document No."; OrderNo)
}
}
In BC I create a new purchase invoice and open the Get Receipt Lines page from there.
I do get all receipts for that vendor, but i am not able to search for the Order Number in the search field
The field is also not filterable.
Any ideas, why this happens?
Using Version 21.2. (SaaS)
Thanks a lot
Björn