Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Invalid Argument error in plugin ms dynamics crm 2013

(0) ShareShare
ReportReport
Posted on by 30

Exception: System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]: attributeName (Fault Detail is equal to Microsoft.Xrm.Sdk.OrganizationServiceFault)., Correlation Id: cd2075b5-3d8a-4cc7-ab8c-19437881a5b8, Initiating User: 2fec096d-f7b4-e311-8649-005056b20f9f

Code:

 var lCompany = from comp in orgContext.AccountSet
                               join oppty in orgContext.OpportunitySet on comp.Id equals oppty.AccountId.Id
                               where oppty.Id == Record.Id
                               select new Account
                               {
                                   bnym_INS = comp.bnym_INS
                               };
              localContext.TracingService.Trace("After query" + lCompany.ToList().Count);//This throws an exception


*This post is locked for comments

  • Suggested answer
    Kokulan Profile Picture
    18,054 on at
    RE: Invalid Argument error in plugin ms dynamics crm 2013

    Hi

    You seems to be getting the invalid argument error from the Trace method but there should be an inner exception thats actually the cause of this issue.

    Could you check if the Record.Id has value and its of right type (GUID)

    Add a trace line before the query and check the value of Record and Id

    Also make sure if you have changed any data type in CRM, make sure you re-generate the entity classes.

  • Dynamics365 Rocker Profile Picture
    7,755 on at
    RE: Invalid Argument error in plugin ms dynamics crm 2013

    Can you debug your plugin?

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics CRM (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 83 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 52

#3
dkrishna Profile Picture

dkrishna 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans