Hi guys,
Microsoft recommend to use Logic Apps for integration, especially for enterprise integration - not in general, I know ;)
I want to using Logic Apps, but there are some limitations, which I would like solve:
I mean, if I register my Azure Service Bus directly via PluginRegistration tool, I'm able to filter attributes or logic.
But my goal is to decouple CRM from integration.
Regards,
Martin
To achieve decoupling plus event-driven, you have some options:
Hi guys,
thanks for your answer.
Regarding the answer of Wahaj:
This means the Logic App is triggered at least one time, when any action in CRM is happened - Benefit: Decoupled from D365.
Regarding the answer of Frank:
This means D365 and the integration layer are not decoupled, because D365 is triggering the Logic App. Is there still a benefit to use Logic Apps, when we don't use the D365 trigger anymore? Or is the benefit to have at least a part of code-less implementation within the Logic App itself?
Is there any way how to decouple D365 from integration layer? E.g. F&O provides the capability of creating "Business Events", which can be used as trigger in a Logic App.
My general approach is that integration layer is pulling information from CRM and is triggered by certain events. But I guess Logic Apps does not provide this feature out of the box.
I mean from enterprise integration perspective, is it better approach to have multiple Logic Apps or to less Logic Apps with more actions in it?
Regards,
Martin
Hi,
You can use Http trigger as a trigger for your Azure logic app:
Then use JavaScript to set events such as `onSave` events, and use Web API to call Azure logic app:
Hi,
Why don't you add conditions in the logic app itself to skip the rest of the steps when a condition is not met?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,151 Super User 2024 Season 2
Martin Dráb 229,963 Most Valuable Professional
nmaenpaa 101,156