Hello,
I been working on a business process flow lately and I noticed that once I use a condition with multiple rules, I could only use one of either operators: and , or.
I did my reseach and found that it was one of the BPF limitations.
I'm searching for a workaround to be able to combine both operators in one condition.
Example of condition: Field A or Field B and Field C and Field D or Field E
What can I possibly do to realize this?
Hello,
You can create a technical field (Yes/No) and which will hold the result of (Field A or Field B and Field C and Field D or Field E). However, you will need some JS code to implement this. Also, you need to use formContext.ui.process.reflow(true) to ensure that the BPF reflects the new value of your technical field.
Hi,
You could create new custom Two Option field and create business rule to set this field either true or false.
Define your conditions in Business rule which included combining two operator. Now use this new custom field in BFP as BPF condition.
Hi Nouhaila,
Regarding this question, you're right. This is the current BPF limitations. I'm afraid that there's no other workaround available.
Thanks,
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156