cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Rules and Validation in C4C

former_member703991
Participant

Accepted Solutions (1)

Accepted Solutions (1)

PrasanthArya
Product and Topic Expert
Product and Topic Expert
0 Likes

Apply a rule for Default value (Enter a code, Rule Type : Value ) on the field Use Existing acount.

IF(Root.Source =='Others', Root.BusinessPartnerCreatedIndicator==false, Root.BusinessPartnerCreatedIndicator==true)

This logic checks if Source is others and if true it will set the inidicator OFF, else it wil be active

This solves the usecase.

Answers (0)