manager/getusername
Parameters:
p1: partition username
p2: manager’s id
Return Type:
String
Description:
Returns username of a manager based on their record id (which is returned by some calls instead of username). This differs from the user__getUsername function in that this function will only return a result if the id provided is in fact a manager, whereas the user__getUsername function will return a result for users of any role type.