plugins - Microsoft Dynamics CRM - Pass Parameters from Web Service to IPlugins -


We are creating some plugins in the Microsoft Dynamics CRM, inheriting from IPlugin . Whenever a account is updated, we set a fire.

The problem is that plugins are calling our services, so our service can respond with updates. We are doing some pretty things to stop these cyclic updates from happening.

We were wondering if there was a way to pass the IOrganizationService service (the value on the web) service which can see a plug-in. Our other system can send a flag ("Hey, do not send an update to both!") And the plugin may quit calling back.

Can we pass parameters to plugs from the web service? Good idea can be a custom flag-field, for example, you add bit fields and it can be used in a custom field. CallFromExternalSystem is called. So when you make an update from your external system through IOranizationService, then you fill this flag with the correct area and in the plugin you can check the status that this field is present in the field list, There is no need to call the system endpoint


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -