Click or drag to resize

AddUserProfileManagerEffDate Property

Gets the manager assignment start date assigned to a user

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public DateTime ManagerEffDate { get; set; }

Property Value

DateTime
Remarks
Gets the manager assignment start date assigned to a user . This is the date this users manager was assigned to them.

Note  Note
Setup:
Manager > Employees > Information Tab
Note  Note
The ManagerEffDate is not setup in the same fashion most other effective dates in the time-web system. This date is calculated by taking the UserGroupMember(ModifiedOn) and UserGroupMgr(StartDateManagement) and then considering the 'Latest date' of these two dates as the users manager effective date.
Example
11/04/2008
See Also