Hi experts,
I'm facing a quite strange issue in that when I filter the sales invoice header table (on the primary key field) on the list and card form,
the filter does not seem to be applied (no FILTER mention in the status bar at bottom right of the form).
But when I filter the primary key ("No.") directly on the table it does work.
Any help would be welcome
ps: the problem happens on every sales-invoice-header-based forms
Answers
Chn
Form - OnAfterGetRecord()
SETRANGE("No.");
Is standard that filters on "Sales Invoice Header"."No." are wiped when the system GET's the record.
However, in the list the No. filter should work. (form 143)
|To-Increase|
Same for me except that it didn't work as expected on the list form. I exported the form as .txt and did some search on "SETRANGE('No.');" and found out that a guy had put such code in the onFormat trigger of a custom field ](*,) ](*,) ](*,)
Solved anyway thanks for your help guys !