Click or drag to resize

Document Class

Contains all documents issued by and to the enterprise
Contains all documents issued by and to the enterprise
Inheritance Hierarchy

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public abstract class Document : EnterpriseOneEntityObject, 
	IDocumentComponent

The Document type exposes the following members.

Properties
  NameDescription
Public propertyAccessKey
The access key, containing the user permissions for this document. null means that all users have unlimited permissions
Public propertyAdjustedDocument
The primary document, which the current document adjusts. null when this is not an adjustment document
Public propertyAdjustmentNumber
Consecutive number of the correction that this document is applying to the adjusted document. [Required]
Public propertyAdjustmentTime
Date/time when the document last has been adjusted by corrective document
Public propertyAdjustmentUser
The user who adjusted the document
Public propertyAssignedToUser
The user to which this document is assigned for handling. null means that the document is not assigned to specific user
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyComments
List of DocumentComment child objects, based on the DocumentComment.Document back reference
Public propertyCompleteTime
Exact time, when the document was last completed[Filter(ge;le)]
Public propertyCreationTime
Date/Time when the document was created [Required][Filter(ge;le)]
Public propertyCreationUser
The login name of the user, who created the document [Required][Filter(like)]
Public propertyCurrencyDirectory
The currency directory, containing all the convertion rates, used by the document. null means that the document does not need currency convertions
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyDistributedAmounts
List of DocumentDistributedAmount child objects, based on the DocumentDistributedAmount.Document back reference
Public propertyDocumentDate
The date on which the document was issued [Required][Filter(eq;ge;le)][ORD]
Public propertyDocumentId
Gets the Id of the document row, related to the domain object
Public propertyDocumentNo
Document number, unique within Document_Type_Id [Required][Filter(eq;like)][ORD]
Public propertyDocumentNotes
Notes for this Document
Public propertyDocumentText
Gets the document display text ({DocumentTypeName} {DocumentNo}).
Public propertyDocumentType
The user defined type of the document. Determines document behaviour, properties, additional amounts, validation, generations, etc. [Required]
Public propertyDocumentVersion
[Filter(eq;ge;le)]
Public propertyEnterpriseCompany
The enterprise company which issued the document [Required]
Public propertyEnterpriseCompanyLocation
The enterprise company location which issued the document. null means that there is only one location within the enterprise company and locations are not used
Public propertyEntityName
The entity name of the document equal to the entity name of the document type.[Filter(eq)] [ORD]
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyFileAttachments
List of DocumentFileAttachment child objects, based on the DocumentFileAttachment.Document back reference
Public propertyFromCompanyDivision
The division of the company, issuing the document. null when the document is not issued by any specific division
Public propertyFromParty
The party which issued the document [Required]
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsAdjustingDocument
Gets a value indicating whether this instance is adjusting document.
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides EntityObjectIsLoaded.)
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyLineAmounts
List of DocumentLineAmount child objects, based on the DocumentLineAmount.Document back reference
Public propertyMasterDocument
In a multi-document tree, this is the root document, that created the whole tree. If this is the root it is equal to Id [Required]
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyObjectState
Gets the state of the object with regard to the transaction.
(Overrides EditableDomainObjectObjectState.)
Public propertyParent
In a multi-document tree, this is the direct parent document. If this is the root it is null
Public propertyParentDocumentRelationshipType
Type of relationship between the current document and the parent document(s). Affects the constraints for execution/completion for the documents. Possible values: 'S' = 'Subtask', 'N' = 'Next task'.
Public propertyPlanningOnly
Indicates that the document is used only for planning (and as consequence its state cannot be greater than Planned) [Required]
Public propertyPrimeCauseDocument
The document that is the prime cause for creation of the current document
Public propertyPrints
List of DocumentPrint child objects, based on the DocumentPrint.Document back reference
Public propertyReadOnly
True - the document is read only; false - the document is not read only [Required]
Public propertyReferenceDate
The date to which this document refers, i.e. when the action really occurred. If null, Document_Date is taken [Filter(ge;le)]
Public propertyReferenceDocumentNo
The number of the document (issued by the other party), which was the reason for the creation of the current document. The numebr should be unique within the party documents [Filter(eq;like)]
Public propertyReleaseTime
Exact time, when the document was first released [Filter(ge;le)]
Public propertyRepository
The repository used to persist the entity object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyResponsiblePerson
The person that is responsible for this order or transaction. It could be the sales person, the orderer, etc.
Public propertyReverseOfDocument
The document which the current document is reverse of
Public propertySequence
The sequence that will be used to give new numbers to the documents of this type
Public propertyState
0=New;5=Corrective;10=Computer Planned;20=Human Planned;30=Released;40=Completed;50=Closed [Required][Filter(eq;ge;le)]
Public propertyStateChanges
List of DocumentStateChange child objects, based on the DocumentStateChange.Document back reference
Public propertyToCompanyDivision
The division of the company, receiving the document. null when the document is not received by any specific division
Public propertyToParty
The party which should receive the document
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Public propertyUserStatus
The user status of this document if applicable for this document type. null means unknown or not yet set
Public propertyVersions
List of DocumentVersion child objects, based on the DocumentVersion.Document back reference
Public propertyVoid
True if the document is null and void [Required][Filter(eq)]
Public propertyVoidReason
Reason for voiding the document, entered by the user
Public propertyVoidTime
Date/time when the document has become void
Public propertyVoidUser
The user who voided the document
Top
Methods
  NameDescription
Public methodChangeState
Changes the document state to the specified new state
Public methodComplete
Changes the document state to Completed with all Release-ed sub-documents
Public methodCreateAdjustmentDocument
Creates an adjustment document that doesn't adjust anything. Can be modified and saved.
Public methodDelete
Deletes the domain object.
(Overrides EntityObjectDelete.)
Public methodDuplicateObject
Creates a copy of the object.
(Inherited from EntityObject.)
Public methodEquals(Object)
Determines whether the specified Object, is equal to this instance.
(Inherited from EntityObject.)
Public methodEquals(EntityObject)
Indicates whether the current object is equal to another object of the same type.
(Inherited from EntityObject.)
Public methodExecuteBusinessRules
Executes all business rules for the object for the specified BusinessEvent. The validation fails are saved in the event.
(Inherited from EditableDomainObject.)
Public methodGetAggregateParent
Gets the aggregate parent of this entity object. If this is the aggregate root the return value is null.
(Inherited from EntityObject.)
Public methodGetAggregateRoot
Gets the aggregate root entity object. If the entity does not have aggregate parent reference aggregate root is this entity object.
(Inherited from EntityObject.)
Public methodGetAllParentDocuments
Gets all parent documents, traversing the parent document chain by using the Parent property.
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from EntityObject.)
Public methodGetPrintout
Gets a document printout as a file. The returned value is Base64 string representation of the file contents.
Public methodGetRelatedObjectsForValidation
Gets the related objects which would need validation upon validation of this object.
(Inherited from EntityObject.)
Public methodIssueWarning(String)
Issues a warning with the specified message.
(Inherited from EditableDomainObject.)
Public methodIssueWarning(ExpressionFuncString, Object)
Issues a warning with the specified message. The message can contain standard string placeholders.
(Inherited from EditableDomainObject.)
Public methodMakeVoid
Makes the document void. The operation is irreversible.
Public methodMatchesFilter(DataAccessFilter)
Returns true if this entity object matches the specified filter.
(Inherited from EnterpriseOneEntityObject.)
Public methodMatchesFilter(DataAccessFilter, IBufferRow)
Matches the filter against the specified row and returns the result of the match.
(Inherited from EnterpriseOneEntityObject.)
Public methodRecalculate
The document and all of its owned objects will be altered to become valid.
Public methodRefresh
Refreshes this instance with data from data source. Only objects with ObjectState equal to Unchanged are refreshed.
(Inherited from EntityObject.)
Public methodToString
Returns a String that represents this instance.
(Inherited from EntityObject.)
Public methodToString(String)
Returns a String that represents this instance.
(Inherited from EntityObject.)
Public methodTryGet
Tries to get the specified attribute and returns it or null, when it is not found.
(Inherited from DomainObject.)
Top
Extension Methods
  NameDescription
Public Extension MethodFillAggregateMissingDefaults
Recalculates the default values for all objects in the aggregate.
(Defined by EntityObjectExtensions.)
Public Extension MethodFillMissingDefaults
Executes the late default expression defined in each attribute (if any) if the current value is null or equal to a constant default.
(Defined by EntityObjectExtensions.)
Public Extension MethodFormatString
Converts the object to string based on the format specified.
(Defined by FormatStringExtensions.)
Public Extension MethodGetExtensibleDataObject
Gets the extensible data object related to the entity object. Can return null if such ExtensibleDataObject doesn't exist.
(Defined by ExtensibleDataObjectExtensions.)
Public Extension MethodGetOrCreateExtensibleDataObject
Returns an ExtensibleDataObject related to the entity object. If such object doesn't exist the object is created in the same transaction.
(Defined by ExtensibleDataObjectExtensions.)
Public Extension MethodRecalculateMasterAttributes
Recalculates the values of a master attributes in a master-detail relationship.
(Defined by EntityObjectExtensions.)
Public Extension MethodRecalculateMissingValues
Recalculates the missing values using the first reactive expression of the attributes.
(Defined by EntityObjectExtensions.)
Top
See Also
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.DomainDomainObject
    Aloe.SystemFrameworks.DomainEditableDomainObject
      Aloe.SystemFrameworks.DomainEntityObject
        Aloe.EnterpriseOne.Model.CoreEnterpriseOneEntityObject
          Aloe.EnterpriseOne.Model.GeneralDocument
            Aloe.EnterpriseOne.Model.Applications.FleetTrip
            Aloe.EnterpriseOne.Model.Applications.RentalLeaseContract
            Aloe.EnterpriseOne.Model.Applications.RentalTransaction
            Aloe.EnterpriseOne.Model.Applications.ServiceServiceOrder
            Aloe.EnterpriseOne.Model.Crm.DistributionSalesPersonTarget
            Aloe.EnterpriseOne.Model.Crm.PresalesDeal
            Aloe.EnterpriseOne.Model.Finance.AccountingAccountingVoucher
            Aloe.EnterpriseOne.Model.Finance.AccountingOperation
            Aloe.EnterpriseOne.Model.Finance.AssetsAssetOrder
            Aloe.EnterpriseOne.Model.Finance.AssetsAssetTransaction
            Aloe.EnterpriseOne.Model.Finance.AssetsDepreciation
            Aloe.EnterpriseOne.Model.Finance.AssetsDepreciationPlan
            Aloe.EnterpriseOne.Model.Finance.CostCalculation
            Aloe.EnterpriseOne.Model.Finance.CostDistribution
            Aloe.EnterpriseOne.Model.Finance.IntrastatDeclaration
            Aloe.EnterpriseOne.Model.Finance.PaymentsBulkPaymentOrder
            Aloe.EnterpriseOne.Model.Finance.PaymentsPaymentOrder
            Aloe.EnterpriseOne.Model.Finance.PaymentsPaymentSlip
            Aloe.EnterpriseOne.Model.Finance.PaymentsPaymentTransaction
            Aloe.EnterpriseOne.Model.Finance.PaymentsTransfer
            Aloe.EnterpriseOne.Model.Finance.VatBGVATDeclaration
            Aloe.EnterpriseOne.Model.Finance.VatEntry
            Aloe.EnterpriseOne.Model.General.ContactsActivity
            Aloe.EnterpriseOne.Model.GeneralCurrencyDirectory
            Aloe.EnterpriseOne.Model.GeneralGhostDocument
            Aloe.EnterpriseOne.Model.GeneralLogisticsDocument
            Aloe.EnterpriseOne.Model.Logistics.InventoryCostCorrection
            Aloe.EnterpriseOne.Model.Logistics.ProcurementPurchaseControlDocument
            Aloe.EnterpriseOne.Model.Logistics.ShipmentTransportationExecution
            Aloe.EnterpriseOne.Model.Logistics.ShipmentTransportationOrder
            Aloe.EnterpriseOne.Model.Logistics.ShipmentTransportationRequisition
            Aloe.EnterpriseOne.Model.Logistics.WmsWarehouseRequisition
            Aloe.EnterpriseOne.Model.ProjectsWorkReport