Help for creating DYNAMICS CRM Plugin

1

I need some help from you 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 workflow I can not put to trigger the workflow when changing a field of the accumulated type. -Resumindo: I need to accumulate the amount that I put to an account making a plugin. And the field that will receive this cumulative amount will be a coin field in another entity, so I can then create a workflow to trigger email.

Thank you very much.

    
asked by anonymous 25.07.2017 / 03:40

0 answers