I have created a boolean in structure table . and i have made lookup of that structure table in purchase order page.
i want to show only those field on lookup of purchase order page where boolean is true . How can i do that?
i m new to navision
The structure values are showing based on Table relation property set on Structure field in Purchase Header table.
Go to the property and set Table Filter on the Table relation property
Sir actully i have created three boolean .
Raw material , store and fuel.
so if raw material boolean is true then in purchase order of Raw material it should only display the record whose boolean is true for raw material.
yes there is a field purchase type in purchase order
i have to set as if purchase type = Raw material
then in lookup of structure in Purchase order page it should only display that record of structure whose Raw material boolean is true.
if purchase type = Store
then in lookup of structure in Purchase order page it should only display that record of structure whose Store boolean is true.
IF (Purchase Type=FILTER(DEBIT-NOTE)) "Structure Header" WHERE (Debit-Note=FILTER(Yes)) ELSE IF (Purchase Type=FILTER(CAPITAL)) "Structure Header" WHERE (Capital=FILTER(Yes))
is this correct? Sir
Comments
Go to the property and set Table Filter on the Table relation property
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Raw material , store and fuel.
so if raw material boolean is true then in purchase order of Raw material it should only display the record whose boolean is true for raw material.
or is there any field in Purchase order based on which list should show?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
i have to set as if purchase type = Raw material
then in lookup of structure in Purchase order page it should only display that record of structure whose Raw material boolean is true.
if purchase type = Store
then in lookup of structure in Purchase order page it should only display that record of structure whose Store boolean is true.
Check No. field in Purchase Line table for example.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
is this correct? Sir
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
it works