zoukankan      html  css  js  c++  java
  • SET DYNAMICS 365 COLORS AND LOGO USING THEMES

    https://carldesouza.com/dynamics-365-colors-logo-themes/

    BEFORE WE START, I NEED YOUR HELP.
     

    I AM SPENDING MORE TIME THESE DAYS CREATING YOUTUBE VIDEOS TO HELP PEOPLE LEARN THE MICROSOFT POWER PLATFORM.

    IF YOU WOULD LIKE TO SEE HOW I BUILD APPS, OR FIND SOMETHING USEFUL READING MY BLOG, I WOULD REALLY APPRECIATE YOU SUBSCRIBING TO MY YOUTUBE CHANNEL.

    THANK YOU, AND LET'S KEEP LEARNING TOGETHER.

    CARL

    https://www.youtube.com/carldesouza

    In Dynamics 365, you can set the logo and colors of the organization through “themes”. To access themes, go to Settings->Customizations:

    Select Themes:

    Here you will see any existing themes in the system, as well as what is marked as the current “default” theme:

    To set a theme, select it and press “Publish Theme”:

    The system will then be updated to use that theme. Note the color differences in using the Blue theme:

    There are several elements we can control, including:

    • Logo
    • Logo Tooltip
    • Navigation Bar Fill Color
    • Navigation Bar Shelf Fill Color
    • Title Text Color
    • Main Color
    • Accent Color
    • Link and Button Text Color
    • Selected Link Color
    • Hover Link Color
    • Legacy Accent Color
    • Default Entity Color
    • Default Custom Entity Color
    • Control Hover Fill Color
    • Control Hover Border Color
    • Page Header Fill Color
    • Panel Header Fill Color

    Looking at a Dynamics 365 page, we can see some of these colors being used:

    To create a new theme, click New:

    Give the theme a name:

    You will need to know the HEX color codes for your colors. You can find these in various websites or applications. I will use these at w3schools.com to demonstrate:

    Let’s make our nav bar fill color to be green:

    Add the hex color to the theme. The actual color will be displayed:

    Add more colors to the theme:

    Save and Publish the theme. The colors will be updated:

    To use a logo, we will need to create a web resource to hold our image. In the logo field, click New:

    Select the picture format and save and publish:

    Select it on the theme:

    Save and Publish the theme. You will now see the new logo:

    And when you zoom over it, tooltip:

  • 相关阅读:
    php生成二维码
    赞的算法
    Linux系统信息查看命令大全
    详细介绍Linux telnet命令的使用
    Linux VSFTP服务器
    禁止浏览器缓存页面的方法
    php开启短标签
    BZOJ2648 SJY摆棋子(KD-Tree)
    KD-Tree学习笔记
    BZOJ5461 PKUWC2018Minimax(概率期望+线段树合并+动态规划)
  • 原文地址:https://www.cnblogs.com/cnaxuser/p/13410333.html
Copyright © 2011-2022 走看看