Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi to all,
I have an issue, I am not able to get certain extended fields like the name of the group from TN. At the moment I get the extended fields with the help of wm.tn.profile:getExtendedFields service providing the name of the group. It means that I have to know the name of the group before. My goal is to get the extended fields for all existing groups with the name of the group for every set of fields.
any ideas? thanks
Look at wm.tnweb.page:viewProfilePageFlow. It uses wm.tn.dictionary:getFieldGroups to get a list of all groups and then iterates through the list to get the fields in each group.
HTH
merci Rob, it works perfectly.