act-it.eu/apex/set-apex-application-name-for-dev-test
Preview meta tags from the act-it.eu website.
Linked Hostnames
4Search Engine Appearance
Set APEX application name for Dev, Test and Prod environment in the same database
In case you have a small application where development, test and maybe also production environment are on the same database and your applications in this environment distinguish only by the application IDs. To setup a custom application name based on the ID you could do like this: We assume our application name is “Training room app” defined in the Shared Components > User Interface Attributes To differentiate the environments I add a dynamic action Page Load on Page 0. This dynamic action is executing custom Javascript code: 1 2 3 4 5 6 if ('&APP_ID.' == '200') { $('.t-Header-logo').find('span').html('Training room app - <b style="color:#008A34">Test Environment</b>'); } else if ('&APP_ID.' == '300') { $('.t-Header-logo').find('span').html('Training room app - <b style="color:#9366a5">Development Environment</b>'); } The code is changing the name of the logo area.
Bing
Set APEX application name for Dev, Test and Prod environment in the same database
In case you have a small application where development, test and maybe also production environment are on the same database and your applications in this environment distinguish only by the application IDs. To setup a custom application name based on the ID you could do like this: We assume our application name is “Training room app” defined in the Shared Components > User Interface Attributes To differentiate the environments I add a dynamic action Page Load on Page 0. This dynamic action is executing custom Javascript code: 1 2 3 4 5 6 if ('&APP_ID.' == '200') { $('.t-Header-logo').find('span').html('Training room app - <b style="color:#008A34">Test Environment</b>'); } else if ('&APP_ID.' == '300') { $('.t-Header-logo').find('span').html('Training room app - <b style="color:#9366a5">Development Environment</b>'); } The code is changing the name of the logo area.
DuckDuckGo
Set APEX application name for Dev, Test and Prod environment in the same database
In case you have a small application where development, test and maybe also production environment are on the same database and your applications in this environment distinguish only by the application IDs. To setup a custom application name based on the ID you could do like this: We assume our application name is “Training room app” defined in the Shared Components > User Interface Attributes To differentiate the environments I add a dynamic action Page Load on Page 0. This dynamic action is executing custom Javascript code: 1 2 3 4 5 6 if ('&APP_ID.' == '200') { $('.t-Header-logo').find('span').html('Training room app - <b style="color:#008A34">Test Environment</b>'); } else if ('&APP_ID.' == '300') { $('.t-Header-logo').find('span').html('Training room app - <b style="color:#9366a5">Development Environment</b>'); } The code is changing the name of the logo area.
General Meta Tags
14- titleSet APEX application name for Dev, Test and Prod environment in the same database | ACT! IT GmbH
- charsetutf-8
- Content-Security-Policydefault-src 'none'; font-src 'self' data:; script-src 'self' 'unsafe-inline' https://stats.deyama.de; connect-src 'self' https://stats.deyama.de; img-src 'self'; style-src 'self' 'unsafe-inline'; base-uri 'self'; manifest-src 'self'; form-action 'self'; frame-ancestors 'none';
- X-Frame-OptionsDENY
- X-Content-Type-Optionsnosniff
Open Graph Meta Tags
6- og:typearticle
og:locale
de_DE- og:site_nameACT! IT GmbH
- og:titleSet APEX application name for Dev, Test and Prod environment in the same database
- og:urlhttps://act-it.eu/apex/set-apex-application-name-for-dev-test/
Item Prop Meta Tags
4- email%74%6F%62%69%61%73%2E%61%72%6E%68%6F%6C%64%40%61%63%74%2D%69%74%2E%65%75
- headlineSet APEX application name for Dev, Test and Prod environment in the same database
- descriptionIn case you have a small application where development, test and maybe also production environment are on the same database and your applications in this environment distinguish only by the application IDs. To setup a custom application name based on the ID you could do like this:We assume our application name is “Training room app” defined in the Shared Components > User Interface AttributesTo differentiate the environments I add a dynamic action Page Load on Page 0.This dynamic action is executing custom Javascript code:123456if ('&APP_ID.' == '200') { $('.t-Header-logo').find('span').html('Training room app - <b style="color:#008A34">Test Environment</b>'); }else if ('&APP_ID.' == '300') { $('.t-Header-logo').find('span').html('Training room app - <b style="color:#9366a5">Development Environment</b>'); }The code is changing the name of the logo area.
- datePublished2018-07-18T00:00:00+02:00
Link Tags
11- alternate/feed.xml
- apple-touch-icon/assets/images/apple-touch-icon.png
- canonicalhttps://act-it.eu/apex/set-apex-application-name-for-dev-test/
- icon/assets/images/favicon-32x32.png
- icon/assets/images/favicon-16x16.png
Emails
1- %74%6F%62%69%61%73%2E%61%72%6E%68%6F%6C%64%40%61%63%74%2D%69%74%2E%65%75
Links
17- https://act-it.eu
- https://act-it.eu/apex/Interactive-grid-after-update-trigger
- https://act-it.eu/apex/copy-and-paste-to-clipboard
- https://act-it.eu/apex/interactive-grid-automatic-position-number
- https://act-it.eu/apex/interactive-grid-validation-check-for-duplicated-column-entries