Hi. I've been searching information about this problem but i haven't found anything.
I have a new field in Item table, and it has a TableRelation. The relation is with Item table with a filter. When I run the Item card on RTC, the field lookup uses the Dropdown, but it doesn't apply the filter from TableRelation, it shows all the items in the table.
I don't know if it's the normal behaviour of dropdown or if i'm doing something wrong. When I run the Item Card on the classic client, it shows the Item List filtered, so I supose it should have the same behaviour.
0
Comments
ArcherPoint, Inc http://www.archerpoint.com
Blog: http://www.navisionworld.com
skkulla
Now I have another question: Is it possible to set a filter on the OnOpenPage trigger without afecting filters I may or may not set previously?
It works as expected... More or Less...
Usage:
FILTERGROUP := 2;
SETRANGE(Hidden,FALSE);
FILTERGROUP := 0;
Now all filters you apply will be set in its own filter group. User trying to remove all filters will not be able to remove anything in FILTERGROUP = 2 though.
http://www.kauffmann.nl/blog/index.php/2011/10/17/controlling-the-drop-down-list-in-the-roletailored-client/.
Regards,
Igor
even though getfitlers show up empty, it is in filtergroup 2, and it will add and not wipe it out...
ichladil, it's a bug, you do the same thing in default filtergroup 0 and it wiptes it out... someone report this to MS!
(bug only exists for flowfields)