\uD83D\uDCD8 Instructions
Info |
---|
Highlight important information in a panel like this one. To edit this panel's color or style, select one of the options in the menu. |
\uD83D\uDCCB Related articles
...
Info |
---|
On a |
STATUS | LOGIC |
---|---|
Pending | A |
Active | The |
Expiring Soon | The |
Expired | The |
...
Code Block |
---|
IF(Expiry_Date__c > TODAY(), 'Expired',
IF(Expiry_Date__c > TODAY() - 7, 'Expiring Soon',
IF(Effective_From__c < TODAY(), 'Pending', 'Active'))) |