ProjectProgramsProgramNotes
The Program Notes resource is used to manage notes for programs.
Columns
| Name | Type | Description |
| ProjectProgramsProjectProgramId [KEY] | Long | The unique identifier of the program. |
| NoteId [KEY] | Long | The unique identifier of the program note. |
| NoteNumber | String | The unique number of the program note. The default value is a system-generated number. |
| NoteTxt | String | The text for the program note. |
| CreatedBy | String | The user who created the record. |
| CreationDate | Datetime | The date when the record was created. |
| LastUpdateDate | Datetime | The date when the record was last updated. |
| LastUpdatedBy | String | The user who last updated the record. |
| CreatorPartyId | Long | Unique identifier of the user who created the note. |
| PartyName | String | Name of the user who created the note. |
| Finder | String | Finder criteria used to filter project program notes based on specific search parameters and conditions. |
| PersonId | Long | A finder used to filter data using Finder column. The unique identifier of the person who's assigned to the program as a stakeholder. |
| ProjectId | Long | A finder used to filter data using Finder column. The unique identifier of the project. |
| ProjectProgramId | Long | A finder used to filter data using Finder column. The unique identifier of the program. |
| TreeStructureId | String | A finder used to filter data using Finder column. The unique identifier of the program hierarchy structure. |