CrossSlide

Results 17 comments of CrossSlide

Thank you @GillesBer! That's something I hadn't considered. I think that will work.

@GillesBer You said "Some of my properties are changing the RuleSet (ex. If my contact.active property is set to false)." Can a RuleSet be changed dynamically? e.g. A user switches...

Thanks so much @GillesBer that will help!

If anyone else has any better ideas please chime in! :-)

Thank you @hurcane. The short-circuit would work. Using RuleSets just seemed cleaner and kind of what they were made for. I'll check out the gateway rule pattern. Thanks again.

Thanks @rockfordlhotka. I think I found it, SuppressRuleChecking Book 2, Page 92. I'll explore that option too.

Thanks @hurcane. As you can tell I'm kind of new to Interfaces. I'm just trying to reproduce the BusinessListBase functionality in my "IPermits". Not sure what that requires or how....

I can't even do wo.PermitsRO[0].SomeProperty. wo.PermitsRO[0] say cannot apply indexing...

Thank you @danielmartind for the help! When I apply IPermits to my Permits BLO it asks for the interface members. I auto implemented their signature but I don't think my...

Thanks again @danielmartind . Unfortunately if I use IPermit instead of Permit in the BLO it causes legacy code problems. So I have to implement the methods. Am I thinking...