Источник:
http://mscrmblog.net/2015/07/28/crm-...-environments/
==============
Visually distinguish between your build environments
Edit the
main.aspx file located in the
C:\Program Files\Microsoft Dynamics CRM\CRMWeb\ folder
Add the following java script code block
Add the following CSS code which will allow you to have some additional text before the word SANDBOX.
.sandboxWatermark:before { content: 'STAGING ' !important; }
Источник:
http://mscrmblog.net/2015/07/28/crm-...-environments/