PlaybookTaskApprover__c
Label: Accounting Playbook Task Approver Stores the approver, the associated task, and permits the approver to approve the associated task.
Approver__c |
Approver |
Winter 2024 |
The name of the approver assigned to approve the task.
Looks up to: User
|
Lookup |
|
TaskDueDate__c |
Task Due Date |
Winter 2024 |
The due date for the task.
Formula: Task__r.DueDate__c
|
Date |
|
TaskStatus__c |
Task Status |
Winter 2024 |
The status set for the playbook task.
Formula: TEXT(Task__r.Status__c)
|
Text |
|
Task__c |
Task |
Winter 2024 |
The playbook task to which the approver is assigned to approve.
Looks up to: PlaybookTask__c
|
MasterDetail |
|
|