I'm trying to traverse a multi level family structure with Jlink and WF5.
I start from the generic model, and traverse the FamilyTableRows.FamilyMember fm = (FamilyMember) model;
boolean hasFamily = (Since I have some rather large family tables and I only need data directly from the familytable, I would prefer not to have to retrieve each instance just to check if it has its own table.
I can see direcly in the "Type" column of a family table if an instance has its own sub family (see attachement). Can this be accessed?
Any way to accomplish this?
Thanks,
\Bjarne
I have equivalentsof
ProFaminstanceImmediategenericinfoGet ProFaminstanceGenericGet familyMember.But nothing like these:ProFamTableCheck
ProFamInstanceCheckFor now I have just accepted that I need to retrieve the instances, even though it is not very pretty...