ProjectProgressNotes
The Note resource is used to view, create, update, and delete notes for project progress.
Columns
| Name | Type | Description |
| NoteId [KEY] | Long | The unique identifier of the progress note. |
| NoteTxt | String | The text for the progress note. |
| LastUpdatedBy | String | The user who last updated the record. |
| LastUpdateDate | Datetime | The date when the record was last updated. |
| CreatedBy | String | The user who created the record. |
| CreationDate | Datetime | The date when the record was created. |
| Finder | String | finder |
| ProgressAsOfDate | Date | progressasofdate |
| ProjectId | Long | projectid |
| ProjectName | String | projectname |
| ProjectNumber | String | projectnumber |
| PublicationStatus | String | publicationstatus |
| SourceApplicationCode | String | sourceapplicationcode |
| SourceProjectReference | String | sourceprojectreference |