1) I have created a boolean field in Fixed Asset Table called Hog (Yes/ No).
I would like to Filter for Fixed Assets with Hog::Yes in the Fixed Asset Journal.
I put this code in the OnLookup Event for FA No. field in Fixed Asset Journal Form : e.g.
fixedAsset.setfilter(Hog,'Yes');
Its not working - please help.
Farayi
:-k
Africa
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
If I go the Table Relationship propertyv of the field - it means that the filter will be there permanently - only only want it for a particular journal and not filter on other journals
and put the following code in the "OnLookup"-trigger of the field in the table (so it will work on all forms on this table)
In case you only want it on 1 form, put this code on the "OnLookup"-trigger of the field in the form:
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Your Brilliant suggestion sort my problem and clarifies a lot. Now I can move on.
Best regards,
Faraiy