Hi All,
I have a problem related to association of record with hierarchy.
Problem statement : I have a repository with main table "Gifts" and now i want to maintain a hierarchy in which i want to filter records based on religion as well as months and other s also.
for example:
hierarchy
->religion
-christian
-hindu
-muslim
- sikh
->months
-jan
-feb
-
-
.
.
-dec
so my requirement is user will get gift records for christmas under
1.religion-christmas, as well as
2.month-dec
How we can achieve this functionality..(without maintaing "hierrachy" table a multilookup field in main table "gifts")
Thanks,
sudhanhsu