EP lookup error

SDaurenSDauren Member Posts: 14
edited 2008-03-02 in Navision e-Commerce
Hi, everybody.
I have a problem with Employee Portal, when I want to lookup locationlist on salescard header, i receive an error like this "Navision error (10500): A ')' is missing in TableView. ORDER(Ascending) WHERE(Use As In-Transit=CONST("No"))", how to correct this error?
Please, Help me. Thanks in advance for everybody.

Comments

  • i4tosti4tost Member Posts: 208
    In codeunit 6828 you should create a new function which will use a record which is a main for this report.
    For example your report is based on table 18 (Customer). So you need to create function called CustomerBased and when you call report by using this function.
    I hope it is clear
  • SDaurenSDauren Member Posts: 14
    i4tost wrote:
    In codeunit 6828 you should create a new function which will use a record which is a main for this report.
    For example your report is based on table 18 (Customer). So you need to create function called CustomerBased and when you call report by using this function.
    I hope it is clear

    Hi, thanks for replying but I'm asked about lookup button on the salesorder card.
  • i4tosti4tost Member Posts: 208
    I believe that you have mismatch in setup means you wrote some value that is not correct. As i understood you try to link different tables.
Sign In or Register to comment.