We have created a lobby in REGIONAL TEST CMB to display the no of invoices per due date . And we expect when we click on a record to traverse to “ManageSupplierInvoice” and only display the specific no of invoices .
EX - fourth record says the count as 9 and if we click on the line it should only display nine records.
The lobby is available in Regional TEST CMB under the name supplier Invoice .
Lobby details
This is the web access URL we use page/ManageSupplierInvoice/Form?$filter=(Company eq $pCOMPANY]) & DueDate eq due_date.
But it does not work as we expect and it seems it does not get filtered by the due date. when it goes to the page. Kindly advice on fixing this matter :)
is it a limitation from the framework on using a date variable or is it a syntactical error.
Feel free to do changes to the lobby element if you need to