Writing to Navision Attain from outside of Navision

gerrypaulgerrypaul Member Posts: 10
edited 2004-05-14 in Navision Attain
When writing to Navision from outside of Navision is it possible to execute the code in the validate triggers?

Comments

  • WaldoWaldo Member Posts: 3,412
    Well, if you use C/FRONT, I'm not sure, but I think so.

    But I always use some kind of import table in navision, and a NAS (Navision Application Server) to import from the import table into Navision tables. This way, you're sure that all necessary validate-triggers are called.

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • FPulsfortFPulsfort Member Posts: 43
    With c/front you can NOT execute Code in OnValidate-Triggers in Navision from outside!!!

    The only way to do this is to use NAS.

    Greetings,
    Frank
  • janpieterjanpieter Member Posts: 298
    Or use automation and make custom triggers for navision.

    Requirement =
    - VB (or other 4GL language) knowledge
    - 1 open dedicated navision session
    - downside: you must avoid UI like messages and errors, because there is no user, there is no one to respond to it.
    In a world without Borders or Fences, who needs Windows and Gates?
Sign In or Register to comment.