Click or drag to resize

SalesOrderToStoreOrderDocumentGeneration Properties

The SalesOrderToStoreOrderDocumentGeneration type exposes the following members.

Properties
  NameDescription
Public propertyChangeStateTime
Gets the change state time.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.)
Public propertyCheckForShipped
Gets a value indicating whether the generation will generate for lines with products that are shipped.
Public propertyCommitTime
Gets the commit time.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.)
Public propertyDescription
Gets the name of the generation.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.)
Public propertyGenerateOnlyOnce
Gets a value indicating whether the generation is activated only when there are no previous sub-documents.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.)
Public propertyGenerationExecuted
Gets a value indicating whether the generation has been already executed.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.)
Public propertyName
Gets the name of the generation.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.)
Public propertyOptions
Gets the starting options for this particular generation run.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.)
Public propertyParentDocument
Gets the parent document.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.)
Public propertyRelationshipType
Gets the type of the relationship between the parent document and the sub-documents.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.)
Public propertyRoute
Gets the route, which specifies the generation options. Set by a call to LoadParametersFromRoute(Route).
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.)
Public propertySalesReturns
Gets a value indicating whether the generation will generate for sales returns. When false, it will generate for normal sales.
Public propertySingleExecution
Gets a value indicating whether the generation's business logic expects single execution.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.)
Public propertySplitFunction
Gets the split function, which determines whether a sub-document is related to a parent line (according to the split condition).
(Inherited from MultiDocumentGenerationTParentDocument, TOrderItem, TSubDocument.)
Public propertySplitQuantityByLots
Gets a value indicating whether to split the quantity, based on availability by lots.
Public propertySubDocumentsDateDeterminationMethod
Specifies whether to set the destination document date to the same date as the source.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.)
Public propertySubDocumentsEnterpriseCompany
Gets the destination enterprise company.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.)
Public propertySubDocumentsEnterpriseCompanyLocation
Gets the destination enterprise company location.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.)
Public propertySubDocumentsReadOnly
Gets a value indicating whether the sub-documents should be read only.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.)
Public propertySubDocumentsType
Gets or sets the document type of the generated document.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.)
Public propertySupportsTransitionalSubDocuments
Gets a value indicating whether the generation supports transitional sub documents.
(Overrides DocumentGenerationTParent, TOrderItem, TSubDocumentSupportsTransitionalSubDocuments.)
Public propertyTotalTime
Gets the total time of the generation including post processing time.
(Inherited from DocumentGenerationTParent, TOrderItem, TSubDocument.)
Top
See Also