Skip to content

Commit b180938

Browse files
authored
Update README.md
1 parent 5f24d3b commit b180938

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

decisioncenter/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@ This directory contains various samples that demonstrate how to customize and ex
99
These samples demonstrate how to customize Decision Center editing features.
1010

1111
1. **[Custom Value Editor](./businessvalueeditor/README.md)**
12-
Demonstrates how to integrate a custom value editor into the IntelliRule editor in the Decision Center Business Console.
12+
This sample demonstrates how to integrate a custom value editor into the IntelliRule editor in the Decision Center Business Console.
1313
Key features:
1414
- Custom value editor implementation.
1515
- Seamless integration with the Business Console.
1616

1717
2. **[BOM Dynamic Domain](./dynamicdomain/README.md)**
18-
Shows how to manage dynamic domain values stored in a database within Decision Center.
18+
This sample shows how to manage dynamic domain values stored in a database within Decision Center.
1919
Key features:
2020
- Build and deploy customizations to manage dynamic domains.
2121
- Update rule projects to reflect new dynamic domain values.
2222
- Store and update dynamic domain values in a database.
2323

2424
3. **[GUI Customization](./guicustomization/README.md)**
25-
Demonstrates how to customize the Business Console's user interface based on user groups.
25+
This sample demonstrates how to customize the Business Console's user interface based on user groups.
2626
Key features:
2727
- Add custom buttons to the toolbar and specific contexts.
2828
- Define new tabs and retrieve server-side data using a Spring controller.
2929

3030
### Business rule management extensions for Decision Center
3131

32-
These samples demonstrate how to customize various business rule management functions in Decision Center.
32+
This sample demonstrates how to customize a business rule management function in Decision Center.
3333

3434
1. **[Webhook Notification Setup](./webhooknotifier/README.md)**
35-
Provides a way to send notifications from ODM Decision Center to external systems using webhooks.
35+
This sample provides a way to send notifications from ODM Decision Center to external systems using webhooks.
3636
Key features:
3737
- Configure the Webhook Notifier to send notifications to a Slack channel or a Node.js server.
38-
- Record and manage notifications in external systems.# Decision Center Samples
38+
- Record and manage notifications in external systems.
3939

0 commit comments

Comments
 (0)