Is there a way to call a rule (or multiple rules) in a script and execute it?
Please note: The booggie-project does not exist anymore but led to the development of Soley Studio which covers the same functionality.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes!
There are two cases:
Make sure that the rule parameters param1, param2, … are of the right type!
In this case might only use rules that have no parameters since you have to provide the rule parameter of the right type. Here, all rules with no parameters are stored in the list
ruleand the first one is applied. You can also get the rules’ names usingrules[0].Name.