The other day I was writing a rule using FlexRule and I thought why I should bother about the DLL files, handlers and variable types!
It should just work without defining all those noises out-of-the-box. Although, if someone has a custom command, that is another story. But why does it need to have all those definitions? Well, I started working on it and trying to find a way to get rid of unnecessary noises in the rule definition.
Take a look at the following logic picture as an example:
The good news is that I succeeded! Now, in new version, you can write like this instead:
During the creation of the the model (procedural, validation, flow, etc.), objects runtime loads the required module (handlers) automatically. Also, no type definition is required on variable definitions.
Book a Custom Demo
Also, after releasing this part I will need to fix the designer to preclude those when generating new templates. Designer validation has to be changed as well.
Last updated July 24th, 2024 at 01:23 pm Published December 5th, 2012 at 08:35 am





