0 votes
in Rock by (13.1k points)
edited

Originally posted by Unknown

There are a few specific person attributes of the Date field type. A connection request needs to be created when one of the dates is filled in. What is the best way to do this?
Currently my solution is to have a post-save workflow trigger for the person entity. The workflow will first check those specific attributes on the person and check that the attribute value has an actual value and the modified datetime just happened, then go from there.
Is there a better solution for this situation?

1 Answer

+2 votes
by (13.1k points)
edited
 
Best answer

Originally posted by Unknown

You should create a workflow trigger on the "Attribute Value" entity type and restrict the trigger to the specific attribute by specifying "AttributeId" under "Entity Type Qualifier Column" and then specifying the specific attribute id under the "Or value is" section.

by (13.1k points)
(Originally by Unknown) Thanks!
Welcome! Here you can ask questions and receive answers (hopefully) from other members of our team.
...