Options

CFRONT & codeunit

leantrosleantros Member Posts: 2
Is somehow possible to call codeunits from cfront?

Comments

  • Options
    kinekine Member Posts: 12,562
    NO.

    (you can search this forum to see the same answer in many threads and more details aboout calling NAV code from external apps)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    gvolkovgvolkov Member Posts: 196
    So how do you call NAV codeunit functions from external application? For example, i want to get the next available number series. Looks like CFRONT is completely useless for this purpose. With webservices that would be easy, but that requires an upgrade. I imagine that someone must have used NAS with CFRONT?
    Microsoft Certified Technology Specialist
    Microsoft Certified Business Management Solutions Professional
    Microsoft Certified Business Management Solutions Specialist

    http://www.navisiontech.com
  • Options
    garakgarak Member Posts: 3,263
    but u can work with NAS. The NAS waits on a Socket (or MS MessageQueue). u send a command to the Socket, the NAS runs, based on the command, a codeunit and gives you back a result or result set.


    like: viewtopic.php?f=23&t=28053 or this http://www.mibuso.com/dlinfo.asp?FileID=599

    so search the forum or the web for NAS Socket MessageQueue MSMQ

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