Goal:
Show total sum of
Activity
entities related toProject
entity in a form field namedTotal Activities
in Dynamics CRM 365
Following these guys, for our Project
entity's form edtior, we've created a normal Whole Number field named Total Activities
.
As suggested in the blog, we've Created a workflow process to run on Activity entry
entity:
with a name Activity counter
:
which will be activated as a process when
- Record is created
- Record status changes
- Record is deleted
We've reached to Step Properties:
The blog says the following:
In the Update Event step, increment the attendee count by 1, and the Total Revenue (Event) field by the Fee field from the Registration record.
We're not able to see that Event step thing anywhere in the process editor. How to get to the following screen?