Options

How did use Employee Protal filter data by usid?

GRUBBYFANSGRUBBYFANS Member Posts: 154
edited 2009-01-08 in Navision e-Commerce
help me ,friends I am using Employee Protal now,but I 'd like to display data which it is filter by userid on web ,I have see the topic http://www.mibuso.com/forum/viewtopic.php?f=4&t=23012,but I can't do it successfully,
I added code in codeunit 6813
this example filter by 10000 code:
under function FilterRecord(..........................)
IF TableNo =23 THEN
SupportFunctions.BuildFilterString(FilterString,FilterType::Const,'No.','10000');

but the website displayed all vendor data,why?

Answers

  • Options
    GRUBBYFANSGRUBBYFANS Member Posts: 154
    There is nobody help me
  • Options
    GRUBBYFANSGRUBBYFANS Member Posts: 154
    ok,now I know how add filter in EP,you can add code filter in function FilterRecord
    such that:filterstring='where(entry no.=filter('>10'))'
    last save it
    run website
  • Options
    krikikriki Member, Moderator Posts: 9,089
    [Topic moved from 'NAV/Navision' forum to 'Navision e-Commerce' forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.