Skip to main content

Notifications

Announcements

No record found.

Small and medium business | Business Central, N...
Suggested answer

How to insert and manage an image for status display on a role center in WebClient?

Posted on by 25

Hi,

I am creating a monitoring dashboard Role Center (Dynamics NAV 2018, end-user uses WebClient and C/AL) and I would like to use two different images (i.e. red lamp and green lamp), when a BOOLEAN value changes in the background (i.e. red light image is shown, when BooleanVar is FALSE and green light, when BooleanVar is TRUE).

What is the easiest and best no-coding solution for that? I need to display it on a Role Center, so that the support team can easily identify, that there is a problem, when they see the "red light" warning.

Thank you in advance,

Best regards,

Gy.

  • Suggested answer
    YUN ZHU Profile Picture
    YUN ZHU 73,698 Super User 2024 Season 2 on at
    RE: How to insert and manage an image for status display on a role center in WebClient?

    Hi, I think It is related to Dynamic Visibility of Controls.

    There is a simple sample for BC, hope this gives you some hink.

    https://yzhums.com/14752/

    Thanks.

    ZHU

  • Suggested answer
    Nitin Verma Profile Picture
    Nitin Verma 21,091 Super User 2024 Season 1 on at
    RE: How to insert and manage an image for status display on a role center in WebClient?

    Hi Csiak Gyula ,

    There is a small coding is required to accomplish this task.

    You have to write your code in OnafterGetrecord trigger as per below

    Declare StyleTextVar as text in Global Variable.

    Trigger OnafterGetrecord

    StyleTextVar := 'None'

    if <Boolean value is true> then

     StyleTextVar := 'Favorable'

    else

     StyleTextVar := 'Attention;

    Put this StyleTextVar variable in Property "StyleExpr"

    Hope it will help you.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans