DirOrganizationalRole.fetchAssignedParticipants(parametricValue)

Retrieves a list with all the Participants assigned to the Organizational Role and to the parametricValue. For example: // Returns the list of DirHumanParticipants assigned to the Role // and to the parametricValue parts = fetchAssignedParticipants(dirOrgRole1, "paramValue1") i= 0 for each p in parts do lines[i] = [p.displayName,p.id] i = i +1 end // This method does not work in debug mode.

Arguments:

Name Type Description Mode
parametricValue String   in