Advanced Customization > Services and Infrastructure Customization > Customizing MPMLink > Configuring Save Delegate for Object Reference Attributes
  
Configuring Save Delegate for Object Reference Attributes
Objective
Configure the save delegate for object reference attributes to execute custom actions.
Problem Statement
You want a postprocessing action to be executed after an object reference attribute is saved, such as updating other attributes of the same object.
Background
Use ObjectReferenceAttributeSaveDelegate to specify the actions to execute after the object reference attribute is saved. Out of the box, the delegate does not execute any postprocessing actions
Scope, Applicability, or Assumptions
In most cases, you need to write some code to achieve your specific business use case for executing postprocessing actions.
Intended Outcome
The specified action is executed after you save the attribute.