UpdateUserTimeApprovalModelMgrApproved2By Property | |
The EmpIdentifier who approved the MgrApproved2 property
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string MgrApproved2By { get; set; }
function get_MgrApproved2By();
function set_MgrApproved2By(value);
Property Value
StringRemarks
The EmpIdentifier who approved the MgrApproved2 property.
Note |
---|
Only pass in this value if you want it to be either true or false. If the value does not need to be updated then do not pass in the property.
This value must be a valid EmpIdentifier otherwise the its ApprovedBy status will not pass.
|
Example EMP2013X007
See Also