System UI
System Access
Understanding Production (PRD) and Development (DEV) System URLs
3 min
when accessing your company’s erp system, it's important to distinguish between the development (dev) and production (prd) environments these systems are accessed via different urls, which provide clues about the environment you're logging into url structure and purpose of each system the urls follow this format development (dev) system url https //company name erp zone 5095 this is the non live environment where testing, experimenting, and exploring the erp’s features can be safely conducted it’s essentially a sandbox where users can practice without affecting real company data production (prd) system url https //company name erp zone 4095/web/webclient/home this is the live system where all actual business operations take place any actions performed here will have real world consequences on the company’s data and processes the url is composed of several parts 1\ company name this will be replaced with your specific company name, which can be shortened to initials or an abbreviation instead of the full company name 2\ erp zone this domain is consistent for all environments 3\ port number 5095 used to connect to the development (dev) system 4095 used to connect to the production (prd) system 4\ path web/webclient/home – this is the default path used to load the erp system's web interface data syncing between dev and prd the production system is copied to the development system every friday evening when you log in on monday morning, both environments should mirror each other in terms of data and configuration this ensures that the dev system reflects the latest production environment, making it useful for realistic testing key reminder it is critical to verify which system you are using, as your actions can have different outcomes working in the dev system allows freedom to test, while the prd system directly impacts live business operations visual clues using colour themes to easily distinguish between the dev and prd systems, we recommend adjusting the interface colour scheme this can be done through the user menu > themes option red or orange recommended for the development (dev) system black or dark green recommended for the production (prd) system
