RE: Rollup Field-Activities
Hello Ted
Notes and activities are different things,
If you have a workflow or PA triggered on activities entities, notes will not be considered.
I agree with @Lu Hao suggestion, but if you dont need the advantages of real time workflow (have the field updated in real time), I think it´s better to do this automation in PA.
Other reason it´s related to frequency of update of roolup fields - OOB every hour
I think in this you will have in future errors in the information of this field.
See other way to do (Two options)
1º Create a normal date time field in OPTY
2º Create Two PA (one for activites other for notes)
- Trigger: new activities and notes or updated fields (like status - if only want this job done when the activities are closed)
- This two PA will update this date time field
3º Other way it´s to have a recurrent PA (for example 5 min) that will see the activities and notes -
1ª parallel branche
2ª
- CDS List of record from activities
- filtered related to OPTY and order by Top: last modification - Top 1(to get only one value of the list) - the same for the notes
- CDS List of record form notes related to OPTY
3ªAnd update the date time field in opty with the top max last modificiation from the two branches
Please send feedback and if you want more details