Question:
Under what conditions does the Address_Trigger_vod trigger fire in order to copy License information across an Account's addresses?
Answer:
The Address_Trigger_vod trigger fires:
- If an Address record is inserted or updated where the License Valid to Sample = Valid, that License information is copied to other Addresses within the same state
- If an Address record is inserted or updated where the License Number field is not Null but the License Status or Expiration Date result in License Valid to Sample = Invalid, the invalid License info is copied to other Addresses within the same state
- If an Address is inserted and contains no License data, the trigger looks for another Address in the same state where the License Valid to Sample = Valid to copy the License information from
- If an Address record is updated and the state is changed, but the License information is not changed, the trigger looks for another Address record in the same state to copy the License information from
- If an Address record is updated and the state is changed, but the License information is not changed and if there is no other Address record in the same state to copy the License information from, the trigger resets the License data to blank
Related Documentation:
CRM Help Documentation: N/A