Calcualting total amount by using pluging In ms crm
create total amt, total discount, detailed amt (all are currency data type ) in your custom entity, write a plugin to calculate detailed amt = total amt - total discount.
Create 3 currency fields in custom entity (Employ Entity)
Then write the plugin by calculating detailed amount by taking total amount and discount amount
After creating plugin, register in the plugin registration tool and add the message.
Comments
Post a Comment