Call an Update on the Post Update event of an entity
Now everyone knows, this would result in a recursive loop. It is always preferred that in such cases, the attribute that needs to be updated should be added to the property bag in the Pre-Update event itself. However, if you do come across a situation where you need to update an attribute on the successful… Read More »