Hide Forgot
Help Desk Ticket Reference: https://c.na7.visual.force.com/apex/Case_View?id=500A0000006GJmG&sfdc.override=1 securitylevel_name: Public Given the rule: 1. | rule "rule4" 2. | dialect "mvel" 3. | when 4. | Person( address.city == "NY" ) 5. | then 6. | System.out.println("something") 7. | end Isn't possible define in a test scenario a value for the subfield "address.city". When is selected a fact in test scenario, and you select a field that is a complex type, it is not clickable, so is not possible set a value for their fields.
Link: Added: This issue Cloned from GUVNOR-1174
GSS prioritizes this 'low'. Customer is not waiting, no rush.
Is this a duplcate of https://bugzilla.redhat.com/show_bug.cgi?id=724640 ?
Anne-Louise, no this 724640 is a different issue.
I have a fix for this. https://github.com/droolsjbpm/guvnor/compare/c1b28b2...9998b8a As you can see the change is big, I can reduce it for the BRMS branch if needed. Just checking if you want it.
We will review for the next release. Not in 5.3.
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: It is currently not possible to define a sub-field for facts in test scenarios. For example, "address.city".