Row Rule Help

Ok @Jason_Woods & @Rick_Bird, you big old :baby: :baby:

Just kidding. Thank you for sticking with me as I was not understanding as I had my head stuck in the database for some reason. Your method worked perfectly.

Now, why won’t my rows highlight? If you don’t mind still helping.

private void CreateRowRuleWorkQueueCheckBox04Equals_true()
	{
		// Description: InspReq
		// **** begin autogenerated code ****
		RuleAction highlightActiveWork_RowAction = RuleAction.AddRowSettings(this.oTrans, "ActiveWork", true, SettingStyle.Highlight);
		RuleAction[] ruleActions = new RuleAction[] {
				highlightActiveWork_RowAction};
		// Create RowRule and add to the EpiDataView.
		RowRule rrCreateRowRuleWorkQueueCheckBox04Equals_true = new RowRule("WorkQueue.CheckBox04", RuleCondition.Equals, true, ruleActions);
		((EpiDataView)(this.oTrans.EpiDataViews["ActiveWork"])).AddRowRule(rrCreateRowRuleWorkQueueCheckBox04Equals_true);
		// **** end autogenerated code ****
	}

This rows with red have CheckBox04 = true
image

When I select another row
image

And then when I select another row
image

Sometimes I really hate Epicor :rage: :face_with_symbols_over_mouth:
image

Sorry John, just now saw your reply.
What do you mean by this? Does it work now? Did you have to save your customization and reopen for it to work?

No worries. Yes it works now. I forget exactly what it was, but it was definitely a user error.