SOSaleStakeholder Interface |
Namespace: SuperOffice.COM.SuperOfficeDB
The SOSaleStakeholder type exposes the following members.
Name | Description | |
---|---|---|
![]() | Changed | has record been changed since read? (Inherited from ISaleStakeholder.) |
![]() | Comment | Comment (Inherited from ISaleStakeholder.) |
![]() | Contact | Contact (Inherited from ISaleStakeholder.) |
![]() | ContactId | ContactId (Inherited from ISaleStakeholder.) |
![]() | CreatedAssociate | The user that created the object (Inherited from ISaleStakeholder.) |
![]() | CreatedDate | The date the object was saved to the database. (Inherited from ISaleStakeholder.) |
![]() | ExternalFieldChanged | have external fields been changed? (Inherited from ISaleStakeholder.) |
![]() | ForeignKey | ForeignKey (Inherited from ISaleStakeholder.) |
![]() | Identity | The primary key on the primary table. Is zero for new objects. Is set when an object is saved. (Inherited from ISaleStakeholder.) |
![]() | IsAvailable | is record available in db? (Inherited from ISaleStakeholder.) |
![]() | IsRequiredFilled | Are all the required fields filled out? Can we save the record? (Inherited from ISaleStakeholder.) |
![]() | IsValid | does the record exist? (Inherited from ISaleStakeholder.) |
![]() | Person | Person (Inherited from ISaleStakeholder.) |
![]() | PersonId | PersonId (Inherited from ISaleStakeholder.) |
![]() | Rank | Rank (Inherited from ISaleStakeholder.) |
![]() | Role | Role (Inherited from ISaleStakeholder.) |
![]() | Sale | Sale (Inherited from ISaleStakeholder.) |
![]() | Sentry | Sentry settings for this object. Lets you find out your read/write access to the object. (Inherited from ISaleStakeholder.) |
![]() | UpdatedAssociate | The last user to modify the object (Inherited from ISaleStakeholder.) |
![]() | UpdatedDate | The date of the most recent update. (Inherited from ISaleStakeholder.) |
![]() | ValidationMessage | get validation message, if empty model will think it is ok to save (Inherited from ISaleStakeholder.) |
Name | Description | |
---|---|---|
![]() | CancelChanges | Undo any changes made since the object was loaded. (Inherited from ISaleStakeholder.) |
![]() | ChangeIdentity | Loads a different record into the object. Causes changes to the existing object to be saved first. (Inherited from ISaleStakeholder.) |
![]() | Delete | Delete the object from the database. May throw an error if you are not allowed to delete the object. (Inherited from ISaleStakeholder.) |
![]() | Save | Persist the object to the database. May throw an error if you are not allowed to save changes to the object. (Inherited from ISaleStakeholder.) |
![]() | SetDefaults | Populate the object with default values, such as setting the owner to the current user. (Inherited from ISaleStakeholder.) |