| Name | string | Create, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update | Required. The crisis metric name. |
| OwnerId | reference | Create, Defaulted on create, Filter, Group, Sort, Update | The ID of the user who currently owns this record. The default value is the user logged in to the API to perform the create operation. |
| LastReferencedDate | dateTime | Filter, Nillable, Sort | The timestamp for when the current user last viewed a record related to this record. |
| LastViewedDate | dateTime | Filter, Nillable, Sort | The timestamp for when the current user last viewed this record. A null value can mean the record was only referenced and not viewed. |
| wkplan__Crisis__c | reference | Create, Filter, Group, Nillable, Sort, Update | The specific crisis that is measured by the related crisis metrics. This field refers to the Crisis object. |
| wkplan__DataSource__c | textarea | Create, Nillable, Update | Reserved for future use. |
| wkplan__DescriptionLabel__c | textarea | Create, Nillable, Update | A reference to the label used for translating the description. This field is used by Salesforce for translating labels from English into other supported languages. This field shouldn’t be edited. |
| wkplan__Description__c | textarea | Create, Nillable, Update | A short explanation of what this crisis metric measures. For example, a description for the Workplace Strategy Planner default metric Percent Positive is Percentage of COVID-19 tests that are positive. |
| wkplan__IgnoreIfDataIsEmpty__c | boolean | Create, Defaulted on create, Filter, Group, Sort, Update | Allows the Workplace Strategy Planner dashboard to ignore a metric when it has no data. This field isn’t used by default in Strategy Planner. Developers can use this field to create a checkbox that, when selected, allows Strategy Planner users to exclude metrics with no data from the dashboard. |
| wkplan__IsCustomMetric__c | boolean | Create, Defaulted on create, Filter, Group, Sort, Update | Reserved for future use. |
| LastReferencedDate | dateTime | Filter, Nillable, Sort | The timestamp for when the current user last viewed a record related to this record. |
| wkplan__MaxValue__c | double | Create, Filter, Nillable, Sort, Update | Along with wkplan__MinValue__c, used to define a metric threshold range. For example, the maximum value for the default Workplace Strategy Planner metric New Tests per 100,000 is 100,000. |
| wkplan__MetricCategory__c | picklist | Create, Filter, Group, Restricted picklist, Sort, Update | Required. The category or criterion to which a crisis metric belongs. All metrics belong to criteria. These values can’t be customized.The values are:BusinessPriority—The business importance of opening or operating a location.EmployeeData—Workforce availability, based on employee health and preference.GovernmentGuidance—Public-policy and government recommendations or restrictions.MedicalTrends—Data related to COVID-19 testing and patient care.
|
| wkplan__MinValue__c | double | Create, Filter, Nillable, Sort, Update | Along with wkplan__MaxValue__c, used to define a metric threshold range. The minimum value for all default metrics is 1. |