Hello Everyone,
Let's have a scenario -I select multiple records in a view, click edit and change a A field in Order (Entity) by the bulk edit tool. This A field needs to change two fields : Item X(calculated field) and Item Y (Text type). Item X is successfully changed for all selected records at time but for Item Y is not changed because it needs to calculate from other fields info like ( Item Y = A field * total ; Total = Item 1+ item 2 + item 3 in Order entity.)
As of now , for Each record , I'm able to write a plugin(Update) to do calculations based on change of A field.
How to do for Multiple selected records using same plugin?
I'm getting error when I'm selecting multiple records in Bulk edit tool?
An error has occurred. The selected action was not completed for one or more records.
On selection of single record --> no error and full selected record is open in new tab!
We use CRM 2016 OnPremise.
Can anyone help me in solving this problem ? I prefer to solve this problem by plugin but open to check the solution using Workflow also?
Thank you,
Deepthi
*This post is locked for comments