Skip to Content
0
Jul 02, 2009 at 05:49 AM

MDM 7.1 Assignment - Default value for a lookup field if Null

40 Views

Hi,

Just want to know if anyone facing the same issue...

The assignment I created to assign default value for a lookup field fails when the field has some value.

Say, If country (lookup) field is null, then assign a default country "XYZ".

I am trying with this assignement expression...

if ( IS_NULL(country.[record]), country[XYZ], country.[record])

Thanks and best regards,

Arun prabhu S