You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/modules/global-inbox.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,13 +101,13 @@ Make sure the Global Inbox app is deployed and running before deploying the Publ
101
101
***AppBaseUrl**: Must include the protocol (http:// or https://) and must not end with a trailing slash. It is used as the base URL when redirecting users to the publisher apps.
102
102
5. When a user opens a task from the **Global Inbox**, they are redirected to the corresponding task page in the Publisher Application through a deeplink. Because the user entered the application through the Global Inbox instead of the normal navigation flow, developers must decide how the application should behave when the user completes the user task and/or closes the page. Developers can either change show page action in the deeplink microflow **DL_WorkflowUserTask_ShowUserTaskPage** to redirect to another page or adjust the default deeplink landing page in **UseMe** > **Deeplink** > **Deeplink Landing Page** to meet their business needs. If further customization is required, it is possible to adjust the logic for the outcome buttons in each of the task pages.
103
103
104
-
### Setup Business Events Locally
104
+
### Setting up Business Events Locally
105
105
106
-
For local development and testing, the Event Broker can be deployed using the [Local Setup Tool](https://github.com/mendix/event-broker-tools) (see [Deployment](https://docs.mendix.com/appstore/services/business-events-deployment/#deployment)). In both the **Global Inbox** and **Global Inbox Connector** modules, configure the following application constants:
106
+
For local development and testing, the Event Broker can be deployed using the [Local Setup Tool](https://github.com/mendix/event-broker-tools). For more information, see [Deployment](/appstore/services/business-events-deployment/#deployment). In both the **Global Inbox** and **Global Inbox Connector** modules, configure the following application constants:
107
107
108
-
**ServerUrl**: the URL of the local broker instance
108
+
***ServerUrl**: the URL of the local broker instance
109
109
110
-
**ChannelName**: the name of the event channel used for publishing and subscribing to Business Events
110
+
***ChannelName**: the name of the event channel used for publishing and subscribing to Business Events
111
111
112
112
These settings ensure that Business Events are correctly routed between Publisher Applications and the Global Inbox during local testing.
113
113
@@ -117,7 +117,7 @@ For instructions on setting up a local test environment, refer to the Mendix Aca
117
117
118
118
#### Mendix Public Cloud
119
119
120
-
For deployment, the Global Inbox requires the Mendix Event Broker or [Bring Your Own Kafka](https://docs.mendix.com/appstore/services/business-events-deployment/#byok). For more information, see [Production Deployment](https://docs.mendix.com/appstore/services/business-events-deployment/#production-deployment)of the Mendix Business Events documentation.
120
+
For deployment, the Global Inbox requires the Mendix Event Broker or [Bring Your Own Kafka](/appstore/services/business-events-deployment/#byok). For more information, see the [Production Deployment](/appstore/services/business-events-deployment/#production-deployment)section in *Deploy a Business Event*.
121
121
122
122
Ensure the Mendix Event Broker is enabled for all apps and environments, and deploy applications in the correct order: Global Inbox application must be running before the publisher applications.
123
123
@@ -129,9 +129,9 @@ Ensure the **Global Inbox Connector** constants are configured in each Publisher
129
129
130
130
#### Mendix Free Cloud
131
131
132
-
When deploying to the Mendix Free Cloud, the [Mendix Event Broker](https://docs.mendix.com/appstore/services/event-broker/) is provided as a shared, multi-tenant service.
132
+
When deploying to the Mendix Free Cloud, the [Mendix Event Broker](/appstore/services/event-broker/) is provided as a shared, multi-tenant service.
133
133
134
-
Within this set-up no additional configuration or license is required. The Event Broker is automatically available after deploying your app and enabling business events.
134
+
Within this setup, no additional configuration or license is required. The Event Broker is automatically available after deploying your app and enabling business events.
0 commit comments