web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Suggested Answer

Unable to cast object of type to type at Microsoft.Xrm.Sdk.Entity.GetAttributeValue

(0) ShareShare
ReportReport
Posted on by 145

Hi,

I am developing a plugin that has a post entity image called "image" , and i'm trying to access one of the crm fields in the relevant entity through this image , the field is called "test score" with schema "new_testscore", this field is floating number. I have generated an early bound entity classes with CrmSvcUtil.exe. but i'm facing this error:

System.InvalidCastException: Unable to cast object of type 'System.Decimal' to type 'System.Nullable`1[System.Double'. at Microsoft.Xrm.Sdk.Entity.GetAttributeValue[T(String attributeLogicalName) at Xrm.Incident.get_new_TestScore()

this is snapshot of my code:

var postImage = context.PostEntityImages["image"].ToEntity();
var testScore = postImage.new_TestScore;

Thank you.

I have the same question (0)
  • Suggested answer
    Bipin D365 Profile Picture
    28,983 Moderator on at

    Hi,

    You should first check if new_TestScore field is present in dictionary.

    Your code should look like below.

    var postImage = context.PostEntityImages["image"].ToEntity<custom>();

    if(postImage.Attributes.Contains("new_testscore") && postImage["new_testscore"]!=null)

    var testScore = postImage.new_TestScore;

    Please mark my answer verified if i were helpful

  • dd555 Profile Picture
    65 on at

    I am wondering if you changed new_testScore from an optional to a required field but have not regenerated the early bound code. Have you tried regenerating the early bound code?

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Martin Dráb Profile Picture

Martin Dráb 41 Most Valuable Professional

#2
iampranjal Profile Picture

iampranjal 39

#3
Satyam Prakash Profile Picture

Satyam Prakash 35

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans