Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested answer

Check for no value i a Pre-image

(0) ShareShare
ReportReport
Posted on by 255

Hi

What's the correct way to check for no value in a pre-image.
If there's no value my plugin fails where prePort = .

                Entity preMessageImage = (Entity)context.PreEntityImages["InvitePortalImage"];
                // get field value
                prePortal = (bool)preMessageImage.Attributes["new_2020portal"];

  • Suggested answer
    Johao Larios Profile Picture
    Johao Larios 1,795 on at
    RE: Check for no value i a Pre-image

    Hello there,

    I use this one:

    context.PreEntityImages["preImage"] != null

    Then, is always a best practice check for null values before get the value from an attribute.

    regards,

  • Suggested answer
    Chintan Patel Profile Picture
    Chintan Patel 100 on at
    RE: Check for no value i a Pre-image

    HI Stuie,

    you can check like

    if(context.PreEntityImages.Contains(new_2020portal") && context.PreEntityImages[new_2020portal"] != null)

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,403 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans