UserInfoModelManager Property |  |
Gets or sets Manager for a user
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic string Manager { get; set; }
function get_Manager();
function set_Manager(value);
Property Value
String
Remarks
This value represents the manager unique identifier. The Manager attribute should be the
EmpIdentifier of the manager whom this employee should be assigned to.
When an employee is assigned to a manager it is done via a User Group. See Configuration > Security > Employee Groups. Also note that the settings in the default user groups under
Configuration > General Configuration can change how the user groups name is created.
Note:Value is case insensitive and should be a valid Employee Number/Identifier of a manager for set operations
ExampleD9999
See Also