Hello,
I am unable to find Dataset Links card in Decision Table in Business Rule Engine.
Any help will be appreciated.
Hello,
I am unable to find Dataset Links card in Decision Table in Business Rule Engine.
Any help will be appreciated.
Check the object permissions for Decision Table object.
Excited to announce that we've recently updated the Advanced Rules with Business Rules Engine trailhead module. This update includes a new unit on the decision explainer feature called Explain Business Rule Results to End Users
. Happy learning!
#Business Rules Engine #Trailhead Challenges #Trailhead #Salesforce Developer
These are wonderful news! Thank you for your work! I'm sure many users will gladly discover this Module for themselves.
We have a requirement to build a business rule engine for a claim process.We have lots of business rules. We also have to show all the applicable business rule which states that its error or warning.
Please suggest what is best possible way to achieve this.
Is there any open source which can be implemented in salesforce.
Check out business rules engine available with Service Cloud, Industry Clouds & Revenue Cloud:
https://help.salesforce.com/s/articleView?id=ind.bre_usecase_scenarios.htm&type=5
Excited to announce that the Deep Dive into Lookup Tables in BRE module is now live on Trailhead. This module covers the grouped decision matrix and decision table features.
The BRE help guide now has a detailed example of using Context Service & Business Rules Engine:
https://help.salesforce.com/s/articleView?id=ind.bre_usecase_scenarios.htm&type=5
Please share feedback and add what additional you would like to see here
Hi team, I have created the data model and context definition based on the example here https://help.salesforce.com/s/articleView?id=sf.bre_example_expression_with_context_definition.htm&type=5
But, I am unable to understand how to invoke the Expression Set that uses Context Definition as given in the example using a Flow. How does the Context definition get the input from? Can someone guide me or have an example to look at?
@Akshay Maheshwary @Sayeeduddin Syed
The BRE help guide now has a detailed example of using Context Service & Business Rules Engine:
https://help.salesforce.com/s/articleView?id=ind.bre_usecase_scenarios.htm&type=5
Please share feedback and add what additional you would like to see here
Hi All, I am working on Business Rule Engine. I have provided a user with Run Engine Designer/Runtime permission set. The user is still not able to create an expression set. Please can someone guide. Please refer the attached screenshot
Permissions are to be enabled for Business Rule Engine and then object level for Decision Matrix and Decision tables.
BRE Enablement Resources
I'm looking to use the Flow API more often when integrating with Salesforce. The idea is to have most use cases pass data into a single flow that would act as a "director" to start the appropriate target flow. To keep the logic in the director flow simple, I'm using a Decision Matrix action to reference some input values from the API and the output will define the target subflow name. It appears that the New Subflow action won't accept an input variable. Anyone have any ideas how to go about something like this?
Depending on what you use to integrate it may make the most sense to place the message router there and have flows be the endpoints of that router.
This would keep integration logic closer to a single system. All this said every use case can argue a different approach
I am having an Expression set which I wanted to call in a journey in Omni studio. I am having issues in sending the data to expression set and receiving the output from it.
Refer to help guide for options to call Expression Sets from Omnistudio: https://help.salesforce.com/s/articleView?id=sf.rules_engine_omnistudio_integration.htm&type=5
Trailhead Location: Insurance Premium Calculation V1> Simulate the Expression Set
Setup:
Recieving Error when inputting test data:
Error: "Ensure that the value of InsurancePremium.ApplicantBirthdate variable is in the yyyy-mm-dd format salesforce"
During simulation, there is a drop down "Input Mode". You can select "Advanced" and change the date in the correct format before simulating.