distinguish between the environments of test and production

abelenguerabelenguer Member Posts: 7
edited 2007-03-26 in Navision Financials
Hello,

i'd like to know what methods you use to distinguish between diferent environments.

A colleague said to me that a consultant could change the appearance of the client but i don't know how to do it, do you know it?

Thanks.
Regards,

Toni Belenguer

Comments

  • nunomaianunomaia Member Posts: 1,153
    In Navision 3.70 or older you can do it.

    But search this forum, there are a lot of topics about that issue. :)
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    In 4.0:

    Add a function to codeunit 1 with ID=1. In this function run a form.

    On the form, make a control with some info about the database.

    It will automaticaly startup at login.
  • abelenguerabelenguer Member Posts: 7
    nunomaia wrote:
    In Navision 3.70 or older you can do it.

    But search this forum, there are a lot of topics about that issue. :)

    I'm in 2.60, could you tell me how to do it? I was searching but i didn't see anything.

    Thanks
    Regards,

    Toni Belenguer
  • DenSterDenSter Member Posts: 8,304
    Open the main menu in design, put a big label on it with huge bold red letters saying 'THIS IS THE TEST SYSTEM'. I've seen menus with green backgrounds, different color captions, all sorts of things.
  • lbadenaslbadenas Member Posts: 2
    Hi,

    In the Main Menu form (330) I've added a Label, showing "TEST DB"

    on the "on open form"

    check the file path for the DB

    to do this use the table "session" 2000000009
    field DBPath.

    Here the real DB is at "c:\......"
    and the test is at "d:\...."

    so it works properly!!! \:D/

    Hope it helps!!

    Bye
  • abelenguerabelenguer Member Posts: 7
    Thanks for your answers.

    Now, my users can distinguish the systems.

    Bye all!
    Regards,

    Toni Belenguer
Sign In or Register to comment.