Reputation: 31335
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
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?
Upvotes: 1
Views: 197
Reputation: 95
The steps you are following are for Real-Time Workflows. You should UNCHECK the "Run this workflow in the background (recommended)" checkbox in order to see the the Update Event Steps. The items in the red square box are the Update Event Steps
Upvotes: 0
Reputation:
In Microsoft Dynamics 365, rollup fields are designed to help users obtain insights into data by monitoring key business metrics. A rollup field contains an aggregate value computed over the records related to a specified record, such as open opportunities of an account. Also, you’ll be able to aggregate data from the activities directly related to a record, such as emails and appointments, and activities indirectly related to a record via the Activity Party entity. In more complex scenarios, you can aggregate data over the hierarchy of records. As an administrator or customizer, you can define rollup fields by using the customization tools in the Dynamics 365 Web application, without needing a developer to write code.
Upvotes: 1