Hello friends, I need your help to create a plugin in DYNAMICS CRM.
-I have an entity called negotiation and I have a field called "value" (currency type), in which I fill in the field with some value. I have another field that would query the "account" entity. I choose an account to receive this amount.
-Every time an "account" is chosen to receive a precise value save and add that value and update a field in the account entity. This field will receive all values for that account, accumulating everything saved in this account.
-I did this using a cumulative field. It worked. But the problem is that after that I need to send an email (workflow) to the account that accumulates 500,000.00. And in the workflow I can not put to trigger the workflow when changing a field of the accumulated
type.
- Finishing: I need to accumulate the value that I put to an account making a plugin. And the field that will receive this accumulated amount will be a currency-type field in another entity, so I can create a workflow to trigger e-mail.