UpdateUserTimeApprovalInValidationType Property | |
The type of validation that will be used to process this request
* Required Property
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string ValidationType { get; set; }
function get_ValidationType();
function set_ValidationType(value);
Property Value
StringRemarks
The type of validation that will be used to process this request. The ValidateAction property is required to update the results from
UpdateUserTimeApproval(UpdateUserTimeApprovalIn) method. Below is a list of the available
types that can be used when validating various business rules for updating a users time.
ValidationType Options
Name | Description |
---|
BASIC |
This action will do minimal validation and is recommended if you do not want do full validation checking. The validation for this mode includes:
- Validation of the EmpIdentifier
- Validation that all ApprovedBy EmpIdentifer values are valid
|
Example See Also