task.percentcomplete Field
Specifies how much of the task has been completed, in a percentage.
Syntax
[Visual Basic .NET]
Public Field percentcomplete As CrmNumber
[C#]
public CrmNumber percentcomplete;
[JScript]
public var percentcomplete : CrmNumber;
Remarks
Represents a field of type CrmNumber.
The following table contains additional information about this attribute:
Platform required | No |
Application requirement level1 | No Constraint |
Valid for create | Yes |
Valid for retrieve | Yes |
Valid for update | Yes |
Minimum value1 | 0 |
Maximum value1 | 100 |
1 – Customizable. Indicates the value for a default installation.
See Also