/
Document Status
Document Status
On a Document
Record you will see a Status
and a Status Badge
field which are programmed to show the status of the document based on an attached documents Expiry Date
of the most recent Document Version
.
STATUS | LOGIC |
---|---|
Pending | A |
Active | The |
Expiring Soon | The |
Expired | The |
IF(Expiry_Date__c > TODAY(), 'Expired',
IF(Expiry_Date__c > TODAY() - 7, 'Expiring Soon',
IF(Effective_From__c < TODAY(), 'Pending', 'Active')))
, multiple selections available,
Related content
Document Dynamic Related Lists
Document Dynamic Related Lists
Read with this
Staff Contact - Worker Status
Staff Contact - Worker Status
More like this
Document Types
Document Types
More like this
Stage & Status
Stage & Status
More like this
Manage Documents Quick Action
Manage Documents Quick Action
More like this
Document Management - OneDrive Integration
Document Management - OneDrive Integration
More like this