Variable in LookUp Form

Hello, i inserted a new field variable (RepairNo)into a LookUp Form. It works, but in this LookUp Form is can’t use se Search-/Filter-Functions of Navision in this Field. Here’s the Code of the “Form - OnAfterGetRecord()”-Trigger CLEAR(RepairNo); IF PostedServiceHeader.GET(“External Document No.”) THEN RepairNo := PostedServiceHeader.“Repair No.”; What’s wrong? Karin

You can filter only based on “real” data - data that is saved (even if temporarily) not on data that is “for displey only”.

Is there any Possibility to handle that in another way? This search for this field ist very important…

You can create a new FlowField that looks up the value of “Repair No.” in the “Posted Service Header” table.

Thanks a lot, is there a way to not show the field as LookUp? The Customer only should be able to search an filter this field…

Lookup or was it drilldown to FALSE on form. Tõnu

It was drilldown!!! Thank you and nice Weekend!