Hello experts,
I now have a new challange... I would implement/design a rule with a precondition. At the moment I call a procedure call (static method) and analyse a decission table in dependent on the current rule description.I have a decision table with columns like crtype,..., rule description, on/off . This functionality works now, but I'am working with technical trace , this trace takes performance...
So the challange for me is, to get the current rule decription within my static method.
As I analyzed the debugger, I had to find that for the precondition execution only the precondition id will exported.
In my method, I need a description of the current executed rule, anybody an idea, how I can get this without trace?
Thanks in advance...
BR,
Hasan