Hi,
I have main table named Business Partner which is having a Taxonomy lookup (taxonomy) field named Categories_Gender which uses the Taxonomy table Categories which has two fields Name and Code. The Taxonomy table Categories has three value sets.
Name Value
Person 0
Organization 1
Group 2
Now Person has an linked attribute Gender which has three values 0 for male,1 for female,2 unknown and 3 Unborn.
Now, I am populating these 0,1,2 and 3 values in main table .
Now I have to validate if value is 3 then Future Date Of Birth is possible.
Date Of Birth is a field in main table.
I can do it with flat table field but it is not possible for Text attributes for Taxonomy.
Regards
Kaushik Banerjee