-
Notifications
You must be signed in to change notification settings - Fork 2
Object and Fields
Ethan Dunzer edited this page May 22, 2024
·
4 revisions
The component relies on the following fields from the Scheduled_Maintenance__c
object:
- Start_Date_Time__c (DateTime): Start date and time of the maintenance.
- End_Date_Time__c (DateTime): End date and time of the maintenance.
- Subject__c (Text): Subject of the maintenance alert, displayed as the title in the modal.
- Description__c (Text): Detailed information about the maintenance activity.
- Alert_Frequency__c (Picklist: e.g., Daily, Weekly): Frequency of the alert repetition if dismissed.
- Alert_Buffer__c (Number): Determines the number of days before the start date an alert will be shown to users.
- Dismissible__c (Checkbox): Indicates if the alert can be dismissed by the user.
- Applicable_Apps__c (Multi-select Picklist: e.g., System, CRM, SMS, PSA, SVC): Applications affected by the maintenance.
- Status__c (Picklist: e.g., Scheduled, Draft, Complete, Cancelled): Status of the maintenance; only 'Scheduled' records are active for alerts.