SOProjectMember Properties |
The SOProjectMember type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Changed | has record been changed since read?
If the project member has been modified since it was loaded, this will return false (Inherited from IProjectMember.) |
![]() ![]() | Comment | Comment
The Project Member dialog has a textbox called Comments. The comments are also shown as a tool tip if you move the mouse pointer over the paperclip (if shown) on the project member. (Inherited from IProjectMember.) |
![]() ![]() | Contact | Contact
The contact of which the project member is a contact person. (Inherited from IProjectMember.) |
![]() ![]() | ContactId | ContactId
The contact of which the project member is a contact person.
The contact of which the project member is a contact person. This will return the database internal unique identifier for this company (contact_id). (Inherited from IProjectMember.) |
![]() ![]() | CreateAssociate | CreateAssociate
(Inherited from IProjectMember.)The associate that first created the project member. Actually the same as createdassociate. |
![]() ![]() | CreatedAssociate | The user that created the object
The associate that first created the project member (Inherited from IProjectMember.) |
![]() ![]() | CreatedDate | The date the object was saved to the database.
The date and time the project member was first created (Inherited from IProjectMember.) |
![]() | ExternalFieldChanged | have external fields been changed? (Inherited from IProjectMember.) |
![]() ![]() | ForeignKey | ForeignKey
Get the foreign key values for this project member (Inherited from IProjectMember.) |
![]() ![]() | Identity | The primary key on the primary table. Is zero for new objects. Is set when an object is saved.
This is the internal ID of the project member (Inherited from IProjectMember.) |
![]() ![]() | IsAvailable | is record available in db?
Checks if the record is available in the database. It’s useful to check if a projectmember actually exists before adding new properties to it (Inherited from IProjectMember.) |
![]() ![]() | IsRequiredFilled | Are all the required fields filled out? Can we save the record?
Checks if all properties that are required in this model is filled. (Inherited from IProjectMember.) |
![]() ![]() | IsValid | does the record exist?
To save time, we don’t load a record into buffer before one of its properties is asked for. This checks if the requested record is available in buffer (Inherited from IProjectMember.) |
![]() ![]() | Person | Person
The contact person object. (Inherited from IProjectMember.) |
![]() ![]() | PersonId | PersonId
The contact person object.
The contact person object that is the project member. This will return the database internal unique identifier for this contact person (person_id). (Inherited from IProjectMember.) |
![]() ![]() | Project | Project
The project of which the project member is a member. (Inherited from IProjectMember.) |
![]() ![]() | Rank | Rank
The 'rank' of the project member. Every project member has a rank, where rank=1 indicates the preferred project member. (Inherited from IProjectMember.) |
![]() ![]() | Sentry | Sentry settings for this object. Lets you find out your read/write access to the object. (Inherited from IProjectMember.) |
![]() ![]() | Type | Type
Project member type is a list defined by the database administrator. E.g. Project manager, "Project secretary". (Inherited from IProjectMember.) |
![]() ![]() | UpdatedAssociate | The last user to modify the object
The last associate that updated this Project Member. If the project member has never been updated, this will return 0 (Inherited from IProjectMember.) |
![]() ![]() | UpdatedDate | The date of the most recent update.
The date and time the Project Member was last edited. If the project member has never been updated, this will return 0; formatted as a SuperOffice date (see the database manual), this will return 01.01.1970 (Inherited from IProjectMember.) |
![]() | ValidationMessage | get validation message, if empty model will think it is ok to save (Inherited from IProjectMember.) |