Hello, I need to know if it is possible to retrieve the SAIL code from an Expression Rule. The requirement is to update the Sail code of an expression rule using the UPDATE EXPRESSION RULE smart service.
Discussion posts and replies are publicly visible
AFAIK this is not possible. What is the use case here?
The use case is that I need to be able to update the code of an expression rule without accessing the expression rule . The objective is to have an interface that allows the code of the expression rule to be modified according to the data collected in the form.
More details please. Highly dynamic interfaces can be built easily.
I have this rule (image 1) of expression , and I want to add more lines to the rule from an interface, but I want it to be an append I don't want it to overwrite it
I'm with Stefan, I don't see why this logic isn't just being built into the expression rule in the first place.
You already play around with function references. Why not just create an expression working like a function repository with a key and some description.
Then let the user select any number of these keys. Then create an expression which takes the data and they expression keys to execute. Then look up the function reference from the repository and evaluate the expression passing the data.