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
0
Comments
But search this forum, there are a lot of topics about that issue.
Freelance Dynamics AX
Blog : http://axnmaia.wordpress.com/
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.
I'm in 2.60, could you tell me how to do it? I was searching but i didn't see anything.
Thanks
Toni Belenguer
RIS Plus, LLC
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
Now, my users can distinguish the systems.
Bye all!
Toni Belenguer