Select Page
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 of my...
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...
Good Beginnings: Operationalizing Machine Learning Models

Good Beginnings: Operationalizing Machine Learning Models

Many customers are actively exploring machine learning (ML) and are asking for some simple recipes that can get them going quickly before they make a deeper plunge. That said, here are some of the high-level areas for your planning that will make a difference. Spend...
Enhancing Performance with Testing

Enhancing Performance with Testing

We are always looking for ways we can do better.   At InRule, our goal is to make automation accessible. Rule authoring is an iterative process. As we build our business rules, we are always looking for ways to improve not only our accuracy but also the performance of...
Give it a REST! Part 2: Retrieving and Using Azure AD OAuth Tokens in a Rule App

Give it a REST! Part 2: Retrieving and Using Azure AD OAuth Tokens in a Rule App

In the first part of this two-part series, we created a Rule App that calls out to an irServer REST Rule Execution Service (RES) – if you haven’t already, I’d highly recommend reading through that first. In this part, we’re going to briefly touch on how to configure...