IDocument Properties |
The IDocument type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveLinks | ActiveLinks - Number of active links to documents, projects, Urls, appointments, sales, contacts, persons, selections |
![]() | ActivityLinks | The ActivityLinks attached to this document |
![]() | application | Application used for editing this document. Not used. |
![]() | ArchiveProvider | Archive system where the document content is stored. |
![]() | ArchiveProviderName | Archive provider name. Which system the document content is stored in. |
![]() | Associate | Author/owner of document |
![]() | Attention | Attention |
![]() | AutoSaveOnChangeIdentity | Should the model save on IdentityChanged? |
![]() | AutoSaveOnFlush | Should the model save on flush cache? |
![]() | Changed | has record been changed since read? |
![]() | Completed | Is Completed |
![]() | Contact | Contact this document refers to. |
![]() | CreatedAssociate | The user that created the object |
![]() | CreatedDate | The date the object was saved to the database. |
![]() | Description | Description - keywords |
![]() | Done | Done date |
![]() | ExternalFieldChanged | Have external fields been changed? If set then the model will save even if no internal fields have been modified. |
![]() | ExtRef | External Reference - identity in document archive system. |
![]() | filename | Filename - does not include path |
![]() | ForeignKey | ForeignKey |
![]() | FullPath | FullPath - path and filename |
![]() | Group | Primary usergroup of the owning associate - set implicitly when Associate is set |
![]() | Header | Title of document. Changing this does not change the document after the document has been created. |
![]() | Identity | The primary key on the primary table. Is zero for new objects. Is set when an object is saved. |
![]() | IsAvailable | is record available in db? |
![]() | IsFavourite | Add/Remove this document from my favourites |
![]() | IsRequiredFilled | Are all the required fields filled out? Can we save the record? |
![]() | IsValid | does the record exist? |
![]() | OurRef | Our Reference - this is usually set auto-generated. |
![]() | Person | Person this document refers to. |
![]() | Private | Visible for who? 0=public,1=private,2=group |
![]() | PrivateToGroup | The group this document is visible for when Private=Group |
![]() | Project | Project this document refers to |
![]() | PublishType | Publish type for this document |
![]() | Reference | External Reference - can be used for an external identifier like an e-mail Message-id |
![]() | Sale | Sale this document refers to |
![]() | Salutation | Salutation - this is a dynamically calculated field! |
![]() | SearchName | SearchName |
![]() | Sentry | Sentry settings for this object. Lets you find out your read/write access to the object. |
![]() | Status | Status indicates whether the document has been completed or not. |
![]() | SuggestedDocumentId | Gets the suggested document id |
![]() | Template | Document Template |
![]() | Type | Type distinguishes different kinds of documents: 4 = document, 8=draft, 9=mergedoc |
![]() | UDef | The user-defined fields on the document |
![]() | UpdatedAssociate | The last user to modify the object |
![]() | UpdatedDate | The date of the most recent update. |
![]() | ValidationMessage | Get validation message, if empty model will think it is ok to save |
![]() | YourRef | Your Reference |