Retrieves all the properties values for the given Organizational Role. Only properties which have been categorized will be returned. For example: // Retrieve all the properties for Category = 1. You define the categories based on some criteria. allpropertCat = retrieveAllProperties(dirOrgRole, category : "1") for each c in allpropertCat do nbsp; display ("Properties For Category 1: " + c) end
| Name | Type | Description | Mode |
|---|---|---|---|
| category | String | the property's category for which the values are returned | in |