cancel
Showing results for 
Search instead for 
Did you mean: 

Information Steward Rule

0 Kudos

Hello,

I need some help building a rule. Howe would i write something like this.

If country = ad then lzone should = AD0001

Thanks

Richanda

Accepted Solutions (0)

Answers (1)

Answers (1)

Julian_Riegel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

BEGIN RETURN
($COUNTRY = 'AD' AND $LZONE= 'AD0001') OR $COUNTRY != 'AD';
END

Regards,

Julian