Posting using C/FRONT?

cloudnine
cloudnine Member Posts: 25
Hi guys....

I would like to know if it is possible to do posting routine in Navision using C/FRONT? If not maybe just inserting a line in a journal using C/FRONT and post it manually inside Navision? What would be the steps to it?

Thanks

Comments

  • Waldo
    Waldo Member Posts: 3,412
    One thing you should know about C/FRONT: it does not execute business logic.

    This means:
    - no validation triggers when you insert a record into a table;
    - no codeunits you can run.

    Why should you use C/FRONT?
    When you are writing a 3th party application in (e.g.) .NET, you can benefit of the NAV license when using C/FRONT for accessing NAV db.

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • cloudnine
    cloudnine Member Posts: 25
    Hi Waldo...

    Sorry i didn't get what you mean on your last statement --> Why should you use C/FRONT?
    When you are writing a 3th party application in (e.g.) .NET, you can benefit of the NAV license when using C/FRONT for accessing NAV db.

    Thanks