Rules and Logic - which way do they work

A

Adam Harding

I am trying to set up a condition on my rules that i want to say

If A=1 and B is between X and Y then do M

OR IF C=1 and B is between X and Y then do M

Do i have to setup two separate rules or does infopath apply it's logic this
way.

My infopath statement reads

MyField 'A' contains '1' OR
MyField 'C' contains '1' AND
MyField 'B' is greater than 'X' AND
MyField 'B' is less than or equal to 'Y'

Does this apply the logic i want or does it say

A contains 1 OR

C contains 1 and B is greater than 'X' and B is less than or equal to 'Y'
as my condition.

I can't find out from testing as it is on my submit function and will
involve my directors who wouldn't be happy at having this tested on them.

Thank you in advance
 
S

Scott L. Heim [MSFT]

Hi Adam,

I believe this will require 2 "actions" in your rule but I would need to
test to be sure. If you are unable to test with your "production" form,
create a sample just to test this functionality. For instance, you may be
able to simply display message boxes to confirm the behavior.

Best Regards,

Scott L. Heim
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top