Hide Forgot
Description of problem: Since support to multi-function accumulate has been added in 5.2, it would be nice to be able to use accumulate directly in lhs in Rule API like newRule().name("whatever").lhs().accumulate() which is impossible now.
Fixed. Thanks for reporting.
This is added into BRMS 5.3 ER3 release. Ready for verification. Thanks Edson for fixing. Btw it would be better off upstream project using MODIFIED status to indicate bug fixed and productization using ON_QA status to indicate bug fix added to platform.
It works fine now. Thank you!
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 was previously not possible to use the accumulate function from the LHS of a rule with the Rule API.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1 +1,4 @@ -It was previously not possible to use the accumulate function from the LHS of a rule with the Rule API.+It was previously not possible to use the accumulate function from the LHS of a rule with the Rule API, making the following type of rule impossible: +</para> +<screen>newRule().name("whatever").lhs().accumulate()</screen> +<para>It is now possible to use the accumulate function from the LHS of a rule.