Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Update of target entity in Synchronous post operation : 40 over update message on account entity? Is it ISSUE?

Posted on by Microsoft Employee

Entity : account
Message : update
Synchronous post operation : 40
In the same plugin
service. Update(target).
Is it a issue?

*This post is locked for comments

  • Suggested answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Update of target entity in Synchronous post operation : 40 over update message on account entity? Is it ISSUE?

    Hi TCL Tools team,

    thanks for the detailed Explanation !!!

  • Suggested answer
    ashlega Profile Picture
    ashlega 34,475 on at
    RE: Update of target entity in Synchronous post operation : 40 over update message on account entity? Is it ISSUE?

    Not necessarily an issue, but you will likely need to check the Depth at the beginning of the plugin (context.Depth) and, if it's more than 1, the plugin should not do anything

    Or you can configure the attributes which are triggering the plugin, and, if for that second update such attributes are not, really, updated, you can do this:

    var updated = new Entity(target.logicalName);

    updated.Id = target.Id;

    updated[<ATTRIB_NAME>] = ...

    service.Update(updated);

    If that "ATTRIB_NAME" is not triggering the plugin, you'll be ok.

  • Suggested answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Update of target entity in Synchronous post operation : 40 over update message on account entity? Is it ISSUE?

    Of course will be issue, you will go into infinite loop.

    What you trying to achieve?

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,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans