Has anyone implemented a custom picker that queries all the expression rules in an environment ?
Discussion posts and replies are publicly visible
Hi, Could you please explain what do you mean by "queries all expression rule"? we use expression rule to construct suggest function. what is your requirement exactly?
The user while using the application should be able to pick up an expression rule out of all that is available in the environment.
Hi, Why would end user need to search and select expression rule ?i am sorry but its difficult for me to understand your use case. Could you please elaborate little bit about what you want to achieve?
It is basically to store some configuration information that will be executed in the runtime. Can the end user specify a rule to execute under certain condition without code being changed ?
Why don't you use an if..else logic for defining each time which expression rule to use based on a variable value.. What you are asking for can't be implemented I think.
i think that is the only way out