Select Page
Improving Business Decisions for Better Outcomes

Improving Business Decisions for Better Outcomes

Have you ever made a bad business decision? Maybe it was a minor one (signing a two-year contract without shopping for additional bids) or maybe it was one for the history books (filling the Hindenburg with hydrogen instead of helium). Regardless of the magnitude,...
No Values: Much Ado About Nothing

No Values: Much Ado About Nothing

In computer terms, what is nothing, and why should you care? Even for rule authors with a development background, a quick review of how InRule handles “nothing” values can be useful for those occasions when you need to know if you have a value. In this post, I’ll...
InRule for Microsoft Dynamics for Patient Case Management

InRule for Microsoft Dynamics for Patient Case Management

I don’t particularly enjoy going to the doctor. As a healthy individual, I generally find it to be a waste of time and money. Yes, I realize how privileged I am to be able to make that statement. But hear me out. I go to a hospital, which is already on the list...
Using User Defined Functions Felicitously

Using User Defined Functions Felicitously

Like many InRule users, my background is in software development. As a result, I often find myself taking whatever means I can to bypass low-code tools: When I need to make changes to a WordPress website, I inevitably become annoyed at the rich text editor and end up...
Survey Says…Use InRule for Questionnaires!

Survey Says…Use InRule for Questionnaires!

The concept of using decision logic to manage questionnaires is probably not a reach when you consider the complexity those types of user experiences may entail. Think about all of the possible routes and paths; a series of questions may lead a user. For example, with...
Managing Environment-Specific Configuration

Managing Environment-Specific Configuration

In my last post, I discussed ways to programmatically modify Rule Applications in code to handle different configurations and data requirements in different environments. While that method is certainly useful, it takes significantly more effort than is necessary to...
Updating Rule Applications in Code using irSDK

Updating Rule Applications in Code using irSDK

Warning: As with the previous posts about Continuous Integration/Continuous Deployment, this post is intended for a technical/developer audience. Background A while back, I started a series about CI/CD with a pair of blog posts that walk through examples of ways to...