I am trying to achieve dynamic Application Branding as per environment.
For example, I want cover color to be green in Development environment and Blue in Production environment. Can you please suggest how this can be achieved?
Best Answer
B
Bharat Joshi
said
5 months ago
Hi kousik,
If you want to make a distinguish between the environment we can use different logo/avatar/cover images in the image library with the exact same name accross environment. for example, you have two different environment and test, and you need to identify their application so you can use different logo/avatar/cover images in the image library with the exact same name and can identify with the images.
environment 1:
environment 2:
You can play with this section as well for color theme
If you want to make a distinguish between the environment we can use different logo/avatar/cover images in the image library with the exact same name accross environment. for example, you have two different environment and test, and you need to identify their application so you can use different logo/avatar/cover images in the image library with the exact same name and can identify with the images.
environment 1:
environment 2:
You can play with this section as well for color theme
K
Kousik Das
said
5 months ago
Hi Bharat ,
Thank you for your reply. I have understood your point regarding the two different images with same name in two different location.
For my scenario I want to distinguish in terms of Cover Color as the I want to keep the Logo and Icon same across the environments.
Regards,
Kousik
B
Bharat Joshi
said
5 months ago
Hi Kousik
Can you please send us the screenshot of the place where you want to change the color
It will help us understand fast
Also,
You can play with this section as well for color theme
K
Kousik Das
said
5 months ago
Hi Bharat,
You have pointed out rightly. How I can dynamically change the color in Color theming part as in your screen shot. for Example: For Dev environment I want Title bar color as Green, in prod end we want that to be in blue.
You can not set this dynamically, you will have to fill the color theming for your application manually
for example Under Color Theming, populate the Title Bar Authoring Color property following this format: rgb(xxx, yyy, zzz) (for example, "rgb(74, 160, 15)")
Use a web-based tool like convertingcolors.com to validate your color combination.
Colors are set for each xDM application and follow Material Design standards including the idea of Primary, Contrast, and Error colors.
Colors may be specified using the material design or CSS color syntax.
you can follow this semarchy document for more detial
Kousik Das
I am trying to achieve dynamic Application Branding as per environment.
For example, I want cover color to be green in Development environment and Blue in Production environment. Can you please suggest how this can be achieved?
Hi kousik,
If you want to make a distinguish between the environment we can use different logo/avatar/cover images in the image library with the exact same name accross environment. for example, you have two different environment and test, and you need to identify their application so you can use different logo/avatar/cover images in the image library with the exact same name and can identify with the images.
environment 1:
environment 2:
You can play with this section as well for color theme
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstBharat Joshi
Hi kousik,
If you want to make a distinguish between the environment we can use different logo/avatar/cover images in the image library with the exact same name accross environment. for example, you have two different environment and test, and you need to identify their application so you can use different logo/avatar/cover images in the image library with the exact same name and can identify with the images.
environment 1:
environment 2:
You can play with this section as well for color theme
Kousik Das
Hi Bharat ,
Thank you for your reply. I have understood your point regarding the two different images with same name in two different location.
For my scenario I want to distinguish in terms of Cover Color as the I want to keep the Logo and Icon same across the environments.
Regards,
Kousik
Bharat Joshi
Hi Kousik
Can you please send us the screenshot of the place where you want to change the color
It will help us understand fast
Also,
You can play with this section as well for color theme
Kousik Das
Hi Bharat,
You have pointed out rightly. How I can dynamically change the color in Color theming part as in your screen shot. for Example: For Dev environment I want Title bar color as Green, in prod end we want that to be in blue.
Please suggest how we can do that.
Regards,
Kousik
Bharat Joshi
Hi Kousik
You can not set this dynamically, you will have to fill the color theming for your application manually
for example Under Color Theming, populate the Title Bar Authoring Color property following this format: rgb(xxx, yyy, zzz) (for example, "rgb(74, 160, 15)")
Use a web-based tool like convertingcolors.com to validate your color combination.
Colors are set for each xDM application and follow Material Design standards including the idea of Primary, Contrast, and Error colors.
Colors may be specified using the material design or CSS color syntax.
you can follow this semarchy document for more detial
https://www.semarchy.com/doc/semarchy-xdm/xdm/latest/Design/applications/create-an-application.html
r.chollet@lacroix.group
Hi Kousik,
As said Kousik, Semarchy can not dynamically change the color theming ; it is manual.
So, you can do this in your deployment process :
- by modifying the model.xml
- updating the repository (not supported by Semarchy)
Here are the tags in xml :
And the attributes in MTA_APPLICATION table (Careful to the PK branchid, editionid and uuid)
Regards,
Romain.
-
Extend a model with new entities or attributes
-
Data types in xDM
-
Effective date on entities
-
Search using wild cards
-
Export a model from production and import on a development environment
-
"Allow Delete" vs "Allow Removal" privileges
-
LOV label in Named Query
-
Select location on a map and save coordinates
-
Is there a way to set up a master-detail relationship on browse mode?
-
Choose Either a Stepper or A Workflow Based on The User Privileges
See all 274 topics