GetUserLaborLevelInEnableHierarchyData Property | |
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool EnableHierarchyData { get; set; }
function get_EnableHierarchyData();
function set_EnableHierarchyData(value);
Property Value
BooleanRemarks
Gets a labor-level hierarchy data tree structure for
UserHierarchyLaborLevelDetails. If true this will populate the response structure
for
UserHierarchyLaborLevelDetails otherwise the struct will be empty. This value defaults to false.
Note |
---|
If this value is not sent or set then the value will default to false. Only enable this value if you need to retrieve hierarchy labor levels.
|
Example true/false
See Also