Click or drag to resize

OpportunityClose Class

Activity that is created automatically when an opportunity is closed, containing information such as the description of the closing and actual revenue.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkOpportunityClose

Namespace:  Novalys.VisualGuard.Security.CRM.Sdk
Assembly:  Novalys.VisualGuard.Security.CRM (in Novalys.VisualGuard.Security.CRM.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public class OpportunityClose : Entity, 
	INotifyPropertyChanging, INotifyPropertyChanged

The OpportunityClose type exposes the following members.

Constructors
  NameDescription
Public methodOpportunityClose
Default Constructor.
Top
Properties
  NameDescription
Public propertyactivity_pointer_opportunity_close
N:1 activity_pointer_opportunity_close
Public propertyActivityId
Unique identifier of the opportunity close activity.
Public propertyActivityTypeCode
Type of activity.
Public propertyActualDurationMinutes
Actual duration of the opportunity close activity in minutes.
Public propertyActualEnd
Actual end time of the opportunity close activity.
Public propertyActualRevenue
Actual revenue generated for the opportunity.
Public propertyActualRevenue_Base
Shows the Actual Revenue field converted to the system's default base currency for reporting purposes. The calculation uses the exchange rate specified in the Currencies area.
Public propertyActualStart
Actual start time of the opportunity close activity.
Public propertyAttributes (Inherited from Entity.)
Public propertybusiness_unit_opportunity_close_activities
N:1 business_unit_opportunity_close_activities
Public propertyCategory
Category of the opportunity close activity.
Public propertycompetitor_opportunity_activities
N:1 competitor_opportunity_activities
Public propertyCompetitorId
Unique identifier of the competitor with which the opportunity close activity is associated.
Public propertyCreatedBy
Unique identifier of the user who created the opportunity close activity.
Public propertyCreatedOn
Date and time when the opportunity close activity was created.
Public propertyCreatedOnBehalfBy
Unique identifier of the delegate user who created the opportunityclose.
Public propertyDescription
Activity that is created automatically when an opportunity is closed, containing information such as the description of the closing and actual revenue.
Public propertyEntityState (Inherited from Entity.)
Public propertyExchangeRate
Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency.
Public propertyExtensionData (Inherited from Entity.)
Public propertyFormattedValues (Inherited from Entity.)
Public propertyId (Overrides Entity.Id.)
Public propertyImportSequenceNumber
Unique identifier of the data import or data migration that created this record.
Public propertyIsBilled
Information about whether the opportunity close activity was billed as part of resolving a case.
Public propertyIsRegularActivity
Information regarding whether the activity is a regular activity type or event type.
Public propertyIsWorkflowCreated
Information that specifies if the opportunity close activity was created from a workflow rule.
Public propertyItem (Inherited from Entity.)
Public propertylk_opportunityclose_createdby
N:1 lk_opportunityclose_createdby
Public propertylk_opportunityclose_createdonbehalfby
N:1 lk_opportunityclose_createdonbehalfby
Public propertylk_opportunityclose_modifiedby
N:1 lk_opportunityclose_modifiedby
Public propertylk_opportunityclose_modifiedonbehalfby
N:1 lk_opportunityclose_modifiedonbehalfby
Public propertyLogicalName (Inherited from Entity.)
Public propertyModifiedBy
Unique identifier of the user who last modified the opportunity close activity.
Public propertyModifiedOn
Date and time when the opportunity close activity was last modified.
Public propertyModifiedOnBehalfBy
Unique identifier of the delegate user who last modified the opportunityclose.
Public propertyOpportunity_OpportunityClose
N:1 Opportunity_OpportunityClose
Public propertyopportunityclose_activity_parties
1:N opportunityclose_activity_parties
Public propertyOpportunityClose_Annotation
1:N OpportunityClose_Annotation
Public propertyOpportunityClose_AsyncOperations
1:N OpportunityClose_AsyncOperations
Public propertyOpportunityClose_BulkDeleteFailures
1:N OpportunityClose_BulkDeleteFailures
Public propertyOpportunityId
Unique identifier of the opportunity closed.
Public propertyOverriddenCreatedOn
Date and time that the record was migrated.
Public propertyOwnerId
Unique identifier of the user or team who owns the opportunity close activity.
Public propertyOwningBusinessUnit
Unique identifier of the business unit that owns the opportunity close activity.
Public propertyOwningTeam
Unique identifier of the team who owns the opportunity close activity.
Public propertyOwningUser
Unique identifier of the user who owns the opportunity close activity.
Public propertyRelatedEntities (Inherited from Entity.)
Public propertyScheduledDurationMinutes
Scheduled duration of the opportunity close activity, specified in minutes.
Public propertyScheduledEnd
Scheduled end time of the opportunity close activity.
Public propertyScheduledStart
Scheduled start time of the opportunity close activity.
Public propertyservice_opportunityclose
N:1 service_opportunityclose
Public propertyServiceId
Unique identifier of the service with which the opportunity close activity is associated.
Public propertyStateCode
Shows whether the opportunity close activity is open, completed, or canceled. By default, opportunity close activities are completed unless the opportunity is reactivated, which updates them to canceled.
Public propertyStatusCode
Reason for the status of the opportunity close activity.
Public propertySubcategory
Subcategory of the opportunity close activity.
Public propertySubject
Subject associated with the opportunity close activity.
Public propertyteam_opportunityclose
N:1 team_opportunityclose
Public propertyTimeZoneRuleVersionNumber
For internal use only.
Public propertytransactioncurrency_opportunityclose
N:1 transactioncurrency_opportunityclose
Public propertyTransactionCurrencyId
Choose the local currency for the record to make sure budgets are reported in the correct currency.
Public propertyuser_opportunityclose
N:1 user_opportunityclose
Public propertyuserentityinstancedata_opportunityclose
1:N userentityinstancedata_opportunityclose
Public propertyUTCConversionTimeZoneCode
Time zone code that was in use when the record was created.
Public propertyVersionNumber
Version number of the opportunity close activity.
Top
Methods
  NameDescription
Public methodContains (Inherited from Entity.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAttributeValue``1 (Inherited from Entity.)
Protected methodGetFormattedAttributeValue (Inherited from Entity.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetRelatedEntities``1 (Inherited from Entity.)
Protected methodGetRelatedEntity``1 (Inherited from Entity.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetAttributeValue (Inherited from Entity.)
Protected methodSetRelatedEntities``1 (Inherited from Entity.)
Protected methodSetRelatedEntity``1 (Inherited from Entity.)
Public methodToEntity``1 (Inherited from Entity.)
Public methodToEntityReference (Inherited from Entity.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
Fields
See Also