Is there a connector for MS Dataverse for use within ODC (like in O11)?
Yes, OutSystems Developer Cloud (ODC) supports integration with Microsoft Dataverse. To enable operations on entities in Microsoft Dataverse from your OutSystems applications in ODC, you can use Integration Builder. Integration Builder allows you to create integrations with Microsoft Dataverse seamlessly by authorizing access via a Microsoft account and utilizes certificates for authentication during runtime, ensuring secure and transparent connections. This functionality is similar to the one available in OutSystems 11, adapted to ODC's environment Microsoft Dataverse integration.
"To enable operations on entities in Microsoft Dataverse from your OutSystems applications in ODC, you can use Integration Builder. "
- Can anyone show me some documentation or practical example on how to do this?
Hey @Mokummer
Open Integration Builder (https://integrationbuilder.outsystems.com/)
Create a new integration → choose Microsoft Dataverse as the system
Authenticate with Azure AD / Dataverse credentials
Select entities/operations you want to interact with
Publish the integration
In ODC/Service Studio, import the generated integration modules → use actions/entities in your logic
After this, you’ll have ready-to-use Dataverse calls inside your app without custom connectors or manual REST code.https://success.outsystems.com/documentation/11/integration_with_external_systems/create_connectors_with_integration_builder/use_integration_builder/
-You can use this in both OS11 and ODC.
Doesn't work for an ODC personal dev environment:
"We were unable to reach your environment and we couldn't sign you into Integration Builder. "