Hi, When will be good to use Synch vs Asych Post Operation Plugin in CRM 2011 Online? I have few custom entities, depedning upon the value entered in child entities, we want to reflect the totals in parent entity. Say Entity Parent, entity Child.. There
can be several child records owned by many users. There is a field Miles Driven for today, Say if 5 users enter 10 miles each for a given day, as they enter the Miles, I want to reflect the total as 50 at the Parent level. So the supervisor know without
summing them all;
If I use synch post Update plug-in, then it may take few sec to calculate the total and during that time it holds the screen for the user. This is fine but there are many other users say 50 that may use our system. In that case, I am afraid the performance
may be a bottleneck. In that case, could I use the Asynch? If so, will it reflect the total on the Parent Entity?
I would like to know how others in the forum have approached such scenario. Thanks for your feedback.