Click or drag to resize

DocumentType Properties

The DocumentType type exposes the following members.

Properties
  NameDescription
Public propertyAccessKey
The access key, containing the user permissions for this DocumentType. Null means that all users have unlimited permissions. [Filter(multi eq)]
Public propertyAmounts
List of DocumentTypeAmount child objects, based on the General.DocumentTypeAmount.DocumentType back reference
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 propertyCode
Unique descriptive code of the document type. [Required] [Filter(eq)] [ORD]
Public propertyCreateManully
False if documents with this document type only can be generated; true - the user can create documents with this type. [Required] [Default(true)] [Filter(eq)]
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyDefaultSalesOrderDocumentProperties
Public propertyDefaultSalesOrderPaymentPlans
Public propertyDescription
The description of this DocumentType.
Public propertyDisallowOppositeValuesGeneration
Disallow the generation of decreasing scalar values (values with opposite directions than the original values determined by the parent document) through this document type. [Required] [Default(false)]
Public propertyDocumentTypeProperties
List of DocumentTypeProperty child objects, based on the General.DocumentTypeProperty.DocumentType back reference
Public propertyEnterpriseCompanies
Public propertyEntityName
System entity, which contains the documents. [Required] [Filter(multi eq)] [ORD]
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyGenerateSingleDocument
Create maximum one document when documents from this type are generated by parent documents (usually from another document type). [Required] [Default(false)]
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyInvoicesOptions
List of InvoicesOption child objects, based on the Crm.Invoicing.InvoicesOption.DocumentType back reference
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 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 propertyNotes
Notes for this DocumentType.
Public propertyNotifications
List of DocumentTypeNotification child objects, based on the General.DocumentTypeNotification.DocumentType back reference
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyOffersOptions
List of OffersOption child objects, based on the Crm.Presales.OffersOption.DocumentType back reference
Public propertyPrintouts
List of Printout child objects, based on the General.Printout.DocumentType back reference
Public propertyRepository
Provides access to DocumentTypesRepository repository methods
Public propertyRoutes
List of Route child objects, based on the Systems.Workflow.Route.DocumentType back reference
Public propertySalesOrdersOptions
List of SalesOrdersOption child objects, based on the Crm.Sales.SalesOrdersOption.DocumentType back reference
Public propertySchemaXML
Obsolete. Not used.
Public propertySequence
The sequence that will be used to give new numbers to the documents of this type. [Filter(multi eq)]
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Public propertyTransitionalDocument
If checked determines that the documents from this type are automatically managed by the system and don't require management from the users. [Required] [Default(false)]
Public propertyTypeName
Description of the document type. [Required] [Filter(like)] [ORD]
Public propertyUserStatuses
List of DocumentTypeUserStatus child objects, based on the General.DocumentTypeUserStatus.DocumentType back reference
Top
See Also