Stop the user's data entry @ the time of Development

upasanisandip
upasanisandip Member Posts: 405
Hi all,
Is there any facility available in Nav. 4.0 to stop the user's data entry while doing development.

This is for temporary period only.

thanks

Comments

  • ssingla
    ssingla Member Posts: 2,973
    It is too risky to do the development on the live server. What if , if something goes wrong. The database will be in mess. You should create a development database/server on which all development should happen. Then the modified objects should be imported on the Test Server where UAT (User Acceptance Test ) should happen and if the modifications/developments are accepted then you should copy the objects when no user is working.
    This is standard methodology and development on live server will take the project towards disaster.
    CA Sandeep Singla
    http://ssdynamics.co.in
  • Marije_Brummel
    Marije_Brummel Member, Moderators Design Patterns Posts: 4,262
    On C/SIDE, shut down the service and open the database local.

    On SQL, swich to single user mode.