cancel
Showing results for 
Search instead for 
Did you mean: 

Any help on building Validation on Taxanomy.

Former Member
0 Kudos

Hi,

I am new to MDM, could any one guide me how to built validations on taxanomy?

There are 2 taxanomy tables and i have to check wheather a field value is same in both taxanomy tables.

It will be great help if some one forward some links where i can know abt building validation on taxanomy.

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rajeev,

Assuming that the product table is link to the fields from both taxonomy tables...

You go to the validation tab in MDM data manager and from fields select your taxonomy1 field name and then from operators select '=' and then again from fields select taxonomy2 field name and you are all set. The expression should look like something this

Category [Name] = Category2 [Name]

This expression will return false if the values are not equal and true (no errors) if they are.

-Y

Former Member
0 Kudos

Hi Yasir,

I have two taxonomy look up's in main table and i need to check whether a field which is same in both tables have same value or not.

I opened validation tab filed , where i can see only one filed which i want to check.

i can see these 2 taxonomy names with [names].

I want to know will it checks wheather this filed is same in both taxonomy or not?

Thanks in advance.

Rajeev