cancel
Showing results for 
Search instead for 
Did you mean: 

C4C UI Rule Editor - query on conditions

Siraj_Saibudeen
Contributor
0 Kudos

Hi Experts,

I am struggling with defining the correct UI Rule condition for the below scenario.

The condition I would like to implement is as below

IF (Country == "US" AND BusinessUnit == 121)

OR

IF (Country == "CA"AND BusinessUnit == 121)

I tried different functions, but I am not able to correctly identify the format or the right function to use for this condition. Any help is highly appreciated.

Thanks,

Siraj

Accepted Solutions (1)

Accepted Solutions (1)

arun02_12
Contributor

Dear Siraj,


The condition should be as below

I have taken Lifecycle status and approval status as examples.

OR(AND(Root.LifeCycleStatusCode==1, Root.ApprovalStatusCode==1), AND(Root.LifeCycleStatusCode==2, Root.ApprovalStatusCode==1))


Best Regards,

Arun

Siraj_Saibudeen
Contributor
0 Kudos

Hi Arun,

Thanks a lot for the quick support. It worked!! 🙂

Thanks,

Siraj

Answers (0)