Click or drag to resize

SalesLiterature Class

Storage of sales literature, which may contain one or more documents.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceSalesLiterature

Namespace: Crm.MSCrmService
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SalesLiterature : Entity, 
	INotifyPropertyChanging, INotifyPropertyChanged

The SalesLiterature type exposes the following members.

Constructors
 NameDescription
Public methodSalesLiterature Default Constructor.
Top
Properties
 NameDescription
Public propertyAttributes
(Inherited from Entity)
Public propertycampaignactivitysalesliterature_association N:N campaignactivitysalesliterature_association
Public propertycampaignsalesliterature_association N:N campaignsalesliterature_association
Public propertycompetitorsalesliterature_association N:N competitorsalesliterature_association
Public propertyCreatedBy Shows who created the record.
Public propertyCreatedOn Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.
Public propertyCreatedOnBehalfBy Shows who created the record on behalf of another user.
Public propertyDescription Type additional information to describe the sales literature, such as the intended audience or primary messages.
Public propertyEmployeeContactId Choose the user who is responsible for maintaining or updating the sales literature.
Public propertyEntityImage The default image for the entity.
Public propertyEntityImage_Timestamp 
Public propertyEntityImage_URL 
Public propertyEntityImageId For internal use only.
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 propertyExpirationDate Enter the expiration date or last day the sales literature can be distributed.
Public propertyExtensionData
(Inherited from Entity)
Public propertyFormattedValues
(Inherited from Entity)
Public propertyHasAttachments Tells whether the sales literature has one or more attachments.
Public propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyImportSequenceNumber Unique identifier of the data import or data migration that created this record.
Public propertyIsCustomerViewable Select whether the sales literature can be distributed to prospects and customers or is for internal use only.
Public propertyItem
(Inherited from Entity)
Public propertyKeyAttributes
(Inherited from Entity)
Public propertyKeyWords Type one or more topics or keywords that can be used to search for the sales literature.
Public propertyLazyFileAttributeKey
(Inherited from Entity)
Public propertyLazyFileAttributeValue
(Inherited from Entity)
Public propertyLazyFileSizeAttributeKey
(Inherited from Entity)
Public propertyLazyFileSizeAttributeValue
(Inherited from Entity)
Public propertyLiteratureTypeCode Select a category or type to help others identify the intended use of the sales literature.
Public propertylk_salesliterature_createdonbehalfby N:1 lk_salesliterature_createdonbehalfby
Public propertylk_salesliterature_modifiedonbehalfby N:1 lk_salesliterature_modifiedonbehalfby
Public propertylk_salesliteraturebase_createdby N:1 lk_salesliteraturebase_createdby
Public propertylk_salesliteraturebase_modifiedby N:1 lk_salesliteraturebase_modifiedby
Public propertyLogicalName
(Inherited from Entity)
Public propertyModifiedBy Shows who last updated the record.
Public propertyModifiedOn Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.
Public propertyModifiedOnBehalfBy Shows who last updated the record on behalf of another user.
Public propertyName Type a descriptive title for the sales literature.
Public propertyorganization_sales_literature N:1 organization_sales_literature
Public propertyOrganizationId Choose the ID of the organization that the record is associated with.
Public propertyOverriddenCreatedOn Date and time that the record was migrated.
Public propertyProcessId Shows the ID of the process.
Public propertyprocessstage_salesliteratures N:1 processstage_salesliteratures
Public propertyproductsalesliterature_association N:N productsalesliterature_association
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertysales_literature_items 1:N sales_literature_items
Public propertySalesLiterature_AsyncOperations 1:N SalesLiterature_AsyncOperations
Public propertySalesLiterature_BulkDeleteFailures 1:N SalesLiterature_BulkDeleteFailures
Public propertysalesliterature_principalobjectattributeaccess 1:N salesliterature_principalobjectattributeaccess
Public propertySalesLiterature_ProcessSessions 1:N SalesLiterature_ProcessSessions
Public propertySalesLiterature_SharepointDocument 1:N SalesLiterature_SharepointDocument
Public propertySalesLiterature_SharepointDocumentLocation 1:N SalesLiterature_SharepointDocumentLocation
Public propertySalesLiterature_SyncErrors 1:N SalesLiterature_SyncErrors
Public propertySalesLiteratureId Unique identifier of the sales literature.
Public propertyStageId Shows the ID of the stage.
Public propertysubject_sales_literature N:1 subject_sales_literature
Public propertySubjectId Choose the subject for the sales literature to relate the item to a product or business group. Administrators can configure subjects under Business Management in the Settings area.
Public propertysystem_user_sales_literature N:1 system_user_sales_literature
Public propertyTimeZoneRuleVersionNumber For internal use only.
Public propertyTransactionCurrency_SalesLiterature N:1 TransactionCurrency_SalesLiterature
Public propertyTransactionCurrencyId Choose the local currency for the record to make sure budgets are reported in the correct currency.
Public propertyTraversedPath For internal use only.
Public propertyuserentityinstancedata_salesliterature 1:N userentityinstancedata_salesliterature
Public propertyUTCConversionTimeZoneCode Time zone code that was in use when the record was created.
Public propertyVersionNumber Version number of the sales literature.
Top
Methods
 NameDescription
Public methodContains
(Inherited from Entity)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetRelatedEntities``1
(Inherited from Entity)
Protected methodGetRelatedEntity``1
(Inherited from Entity)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetAttributeValue``1
(Inherited from Entity)
Top
Events
Fields
See Also