pse__Assignment_Daily_Note__c
Label: Assignment Daily Note Stores daily notes for an assignment, usually entered by an assigned resource and viewed by users with staffing or project management roles.
| pse__Assignment__c |
Assignment |
Pre-Spring 2018 |
The Assignment to which the Daily Note belongs (master-detail).
Looks up to: pse__Assignment__c
|
MasterDetail |
|
|
| pse__Date__c |
Date |
Pre-Spring 2018 |
Date for which the Daily Note applies. Only one Daily Note per day per Assignment
|
Date |
true |
Today() |
| pse__LastModifiedByUsername__c |
LastModifiedByUsername |
Pre-Spring 2018 |
Formula: LastModifiedBy.FirstName & ' ' & LastModifiedBy.LastName
|
Text |
false |
|
| pse__Note__c |
Note |
Pre-Spring 2018 |
Contents of the Daily Note (max 255 chars).
|
TextArea |
false |
|
| pse__Project__c |
Project |
Pre-Spring 2018 |
Formula hyperlink to Assignment Project associated with Daily Note
Formula: IF(OR(ISNULL(pse__Assignment__c),(pse__Assignment__c=''),ISNULL(pse__Assignment__r.pse__Project__c),(pse__Assignment__r.pse__Project__c='')),null,HYPERLINK('/'&pse__Assignment__r.pse__Project__c,pse__Assignment__r.pse__Project__r.Name))
|
Text |
false |
|
| pse__Resource__c |
Resource |
Pre-Spring 2018 |
Formula hyperlink to Assigned Resource associated with Daily Note
Formula: IF(OR(ISNULL(pse__Assignment__c),(pse__Assignment__c=''),ISNULL(pse__Assignment__r.pse__Resource__c),(pse__Assignment__r.pse__Resource__c='')),null,HYPERLINK('/'&pse__Assignment__r.pse__Resource__c,pse__Assignment__r.pse__Resource__r.FirstName&' '&pse__Assignment__r.pse__Resource__r.LastName))
|
Text |
false |
|
|