[rules-users] Setting a value in LHS

Michael Anstis michael.anstis at gmail.com
Tue Jun 4 11:33:11 EDT 2013


This would need to be provided by the tooling; I don't think it's something
that's even remotely possible at runtime (unless you stored the field name
in a Fact and used reflection on the RHS).

That said (and you're going to guess my next comment) this is not provided
in the guided editors. Depending on how complex your DSLs are and whether
users need to combine DSL Sentences; IDK if a "cheat" works:

[when]Do something with {field} and {value}=$f : Fact({field}=={value} then
$f.{field} = {value}

I've not tried it; nor know whether it fits your requirements.. but a hack
worth trying?


On 3 June 2013 17:40, stephen.masters <stephen.masters at me.com> wrote:

> Hi folks,
>
> Is there a decent way to set a value in the LHS of a rule so that it's
> available in the RHS?
>
> Reason being I have a DSL driving the guided rules editor which will pluck
> out the value of a field, where the name of that field is driven by a drop
> down menu enumeration.
>
> A change I now have would be a lot easier if I could assign a string to a
> variable in the LHS, which could be read by the RHS. Otherwise I might need
> to extend the RHS DSLs to include the same enumeration as the LHS. Which
> looks a bit redundant for a business user wondering why the need to write
> the same thing twice.
>
> Any thoughts?
>
> Steve
>
>
>
>
> Sent from Samsung Mobile
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20130604/fae2d8f8/attachment.html 


More information about the rules-users mailing list