| 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. |
| Name | string | Create, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update | The name of a crisis metric. |
| wkplan__CrisisMetric__c | reference | Create, Filter, Group, Sort | The crisis metric to which a threshold belongs. This field refers to the custom object Crisis Metric. |
| wkplan__DefaultValueText__c | string | Create, Filter, Group, Nillable, Sort, Update | Stores the default value for the text display of wkplan__DefaultValue__c. The default value displays only when the threshold values aren’t customized in your org. |
| wkplan__DefaultValue__c | double | Create, Filter, Nillable, Sort, Update | The default value for a metric threshold in Workplace Strategy Planner. The default values are intended only to demonstrate the app features and capabilities. Customize metric threshold values in your org before using Workplace Strategy Planner. |
| wkplan__DisplayTextLabel__c | string | Create, Filter, Group, Nillable, Sort, Update | A reference to the label used for translating the display text. This field is used by Salesforce for translating labels from English into other supported languages. This field shouldn’t be edited. |
| wkplan__DisplayText__c | string | Create, Filter, Group, Nillable, Sort, Update | Display text for a metric threshold to display in the Workplace Strategy Planner app. For example, Less Than {value} per 100,000. The display text can be an integer, percent, or text string. |
| wkplan__IsLowerThreshold__c | boolean | Create, Defaulted on create, Filter, Group, Sort, Update | Indicates whether the value of the field wkplan__Value__c is lower than the threshold value. For example, if data for a crisis metric associated with a location is greater than or equal to the wkplan__Value__c of the opening threshold and the wkplan__IsLowerThreshold__c is set to true, the location is considered low risk and can be a candidate for opening. If the current metric data for a location is greater than or equal to the wkplan__Value__c of the closing threshold whenwkplan__IsLowerThreshold__cis set to true, the location is considered high risk and can be a candidate for closing. |
| wkplan__Type__c | picklist | Create, Filter, Group, Restricted picklist, Sort, Update | The type of crisis metric threshold. The threshold type indicates the action or response to take when a threshold is reached.The default values are: |
| wkplan__Value__c | double | Create, Filter, Nillable, Sort, Update | The numeric value of a threshold. When the data value for a metric is greater than or equal to this field value and wkplan__IsLowerThreshold__c is set to true, the metric for that location is categorized into the appropriate risk level or threshold recommendation. See the field wkplan__IsLowerThreshold__c for more information. |