Automatic start a form

krasi_varna_77krasi_varna_77 Member Posts: 34
Hi. I want when I start a software , form with FormID start too

Comments

  • Yaroslav_GaponovYaroslav_Gaponov Member Posts: 158
    Hi

    1. Run NAV via URL
    2. Change something in codeunit #1
  • krasi_varna_77krasi_varna_77 Member Posts: 34
    thanks. I test it when I use procedure CompanyStart
  • SavatageSavatage Member Posts: 7,142
    Just to add in the Pre 4.0 version you could

    General Ledger->Setup->Users->User Setup

    and assign a Main Menu ID for each user.
    Now when they login the go right to that form.
  • WaldoWaldo Member Posts: 3,412
    It is indeed the CompanyOpen trigger you need (in CU 1).

    Just to add...
    You can use this to mark a database being a test database.
    - create a setup with a boolean (testdatabase?)
    - create a form without borders, close button, blablabla ... and put some useful info on it ("testdatabase", sessions, current license, current users, ...)
    - CU1, OnCompanyOpen, if boolean=true, start the form

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
Sign In or Register to comment.