Web Portal to Navision Receiving Error

AlagarAlagar Member Posts: 100
Hi All,
while running navision from webportal getting error Like "You cannot use C\AL Function CONFIRM while running Navision Application Server". How can we debug from which Nav object this function Executed?.Kindly give suggestions.. :(:(

Comments

  • garakgarak Member Posts: 3,263
    viewtopic.php?t=23939

    Never place confirms or messages on procedures which are used by NAS.
    A message will also be stored in the Event Log and it could be, that the your Windows eventlog on the server is full and the NAS can't run.

    So, if u use the function with the Client and with the NAS use this before the confirm or message
    If GuiAllowed then
      if confirm() then
    

    Regards
    Do you make it right, it works too!
Sign In or Register to comment.