Decision Management & Intelligence (ODM, DI)

Decision Management & Intelligence (ODM, DI)

Connect with experts and peers to elevate technical expertise, solve problems and share insights

 View Only
  • 1.  Hiding rules

    Posted Wed October 12, 2016 06:02 PM

    I am editing a decision table in the Rule Designer and I was wondering if there is a way for me to hide some of the rule properties? 



  • 2.  RE: Hiding rules

    Posted Fri October 21, 2016 05:55 PM

    Walter,

    Yes, I believe you can hide some of the rule properties. If I'm right, here's the process I think...

    • Create a property callback
    • Define an implementation of the interface IlrPropertyExtension
    • Set the isHidden() method to return true
    • Integrate the callback into Decision Center or Rule Designer.

    Let me know if that works for you.



  • 3.  RE: Hiding rules

    Posted Wed October 26, 2016 12:10 PM

    Hi Blake. I think that worked. Thanks for your response.