OpportunityCloseState Enumeration |
Namespace: Crm.MSCrmServiceAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum OpportunityCloseState
Public Enumeration OpportunityCloseState
public enum class OpportunityCloseState
Crm.MSCrmService.OpportunityCloseState = function();
Crm.MSCrmService.OpportunityCloseState.createEnum('Crm.MSCrmService.OpportunityCloseState', false);No code example is currently available or this language may not be supported.
Members| Member name | Value | Description |
|---|
| Open | 0 | |
| Completed | 1 | |
| Canceled | 2 | |
See Also