General informations
Fields (52)
| Name | Label | Type | Description |
|---|---|---|---|
| Id | Record ID | ID | |
| OwnerId | Owner ID | LOOKUP | |
| IsDeleted | Deleted | CHECKBOX | |
| Name | Work Rule Name | TEXT(80) | |
| RecordTypeId | Record Type ID | LOOKUP | |
| CreatedDate | Created Date | DATETIME | |
| CreatedById | Created By ID | LOOKUP | |
| LastModifiedDate | Last Modified Date | DATETIME | |
| LastModifiedById | Last Modified By ID | LOOKUP | |
| SystemModstamp | System Modstamp | DATETIME | |
| LastViewedDate | Last Viewed Date | DATETIME | |
| LastReferencedDate | Last Referenced Date | DATETIME | |
| FSL__Active__c | Active | CHECKBOX | |
| FSL__Boolean_Operator__c | Boolean Operator | PICKLIST | |
| FSL__Break_Duration__c | Break Duration (minutes) | NUMBER(6,0) | |
| FSL__Break_Start__c | Break Start | TEXT(5) | |
| FSL__CountObject__c | Count object | PICKLIST | |
| FSL__CountTimeResolution__c | Count Time Resolution | PICKLIST | |
| FSL__CountType__c | Count Type | PICKLIST | |
| FSL__Crew_Resources_Availability__c | Consider Service Crew Membership | CHECKBOX | |
| FSL__CustomFieldName__c | Custom Field Name | TEXT(255) | |
| FSL__DefaultLimit__c | Default Limit | NUMBER(9,5) | |
| FSL__Description__c | Description | TEXT(255) | |
| FSL__Enable_Overtime__c | Enable Overtime | CHECKBOX | |
| FSL__Enhanced_Match_Linking_Object__c | Linking Object | TEXT(255) | Represents the junction object used to link service resources to the object that the service appointment matching field references |
| FSL__Is_Fixed_Gap__c | Fixed Gap | CHECKBOX | |
| FSL__Match_Constant_Boolean_Value__c | Value is True | CHECKBOX | |
| FSL__Match_Skill_Level__c | Match Skill Level | CHECKBOX | |
| FSL__Maximum_Travel_From_Home_Type__c | Maximum Travel From Home Type | PICKLIST | |
| FSL__Maximum_Travel_From_Home__c | Maximum Travel From Home | NUMBER(9,5) | |
| FSL__Minimum_Gap__c | Minimum Gap (minutes) | NUMBER(18,0) | |
| FSL__Object_Group_Field__c | Object Group Field | TEXT(255) | |
| FSL__Pass_Empty_Values__c | Pass Empty Values | CHECKBOX | |
| FSL__Resource_Group_Field__c | Resource Group Field | TEXT(255) | |
| FSL__Resource_Property__c | Resource Property | PICKLIST | |
| FSL__Service_Appointment_Matching_Field__c | Service Appointment Matching Field | TEXT(255) | Represents the service appointment field that you're matching. The field must be of type Lookup |
| FSL__Service_Linking_Object_Reference_Field__c | Linking Object Reference Field | TEXT(255) | Represents the reference field on the linking object that is matched with the service appointment matching field |
| FSL__Service_Property__c | Service Property | PICKLIST | |
| FSL__Service_Schedule_Time_Property__c | Service Schedule Time Property | PICKLIST | |
| FSL__Service_Time_Operator__c | Service Time Operator | PICKLIST | |
| FSL__Service_Time_Property__c | Service Time Property | PICKLIST | |
| FSL__Start_of_Day__c | Start of Day | TEXT(5) | |
| FSL__Travel_From_Home__c | Travel From Home (minutes) | NUMBER(18,0) | |
| FSL__Travel_To_Home__c | Travel To Home (minutes) | NUMBER(18,0) | |
| FSL__WorkRule_End_DateTime_Field__c | End Date Field Name | TEXT(255) | Represents the DateTime field name used by Time-Phased work rules as a end value. Required if Time-Phased equals true |
| FSL__WorkRule_Start_DateTime_Field__c | Start Date Field Name | TEXT(255) | Represents the DateTime field name used by Time-Phased work rules as a start value. Required if Time-Phased equals true |
| FSL__Working_Location_Enable_Primary__c | Working Location Enable Primary | CHECKBOX | |
| FSL__isTimephased__c | Time-Phased | CHECKBOX | |
| FSL__Evaluation_Order__c | Evaluation Order | FORMULA (NUMBER)(18,0) | |
| FSL__Crew_Max_Extra_Resources__c | Maximum Additional Service Resources | NUMBER(14,0) | |
| FSL__Matching_Skills_Operator__c | Skill Type Logic | PICKLIST | |
| FSL__Skill_Type__c | Skill Type Developer Name | TEXT(255) |
Fields Details (52)
| Name | Id |
| Label | Record ID |
| Type | ID |
| Required | Yes |
| Name | OwnerId |
| Label | Owner ID |
| Type | LOOKUP |
| Foreign key | Yes |
| Required | Yes |
| Name | IsDeleted |
| Label | Deleted |
| Type | CHECKBOX |
| Required | Yes |
| Default value | false |
| Name | Name |
| Label | Work Rule Name |
| Type | TEXT(80) |
| Name | RecordTypeId |
| Label | Record Type ID |
| Type | LOOKUP |
| Foreign key | Yes |
| Name | CreatedDate |
| Label | Created Date |
| Type | DATETIME |
| Required | Yes |
| Name | CreatedById |
| Label | Created By ID |
| Type | LOOKUP |
| Foreign key | Yes |
| Required | Yes |
| Name | LastModifiedDate |
| Label | Last Modified Date |
| Type | DATETIME |
| Required | Yes |
| Name | LastModifiedById |
| Label | Last Modified By ID |
| Type | LOOKUP |
| Foreign key | Yes |
| Required | Yes |
| Name | SystemModstamp |
| Label | System Modstamp |
| Type | DATETIME |
| Required | Yes |
| Name | LastViewedDate |
| Label | Last Viewed Date |
| Type | DATETIME |
| Name | LastReferencedDate |
| Label | Last Referenced Date |
| Type | DATETIME |
| Name | FSL__Active__c |
| Label | Active |
| Type | CHECKBOX |
| Required | Yes |
| Default value | true |
| Name | FSL__Boolean_Operator__c |
| Label | Boolean Operator |
| Type | PICKLIST |
| Help Text | Compare a numeric service property with a numeric resource property |
| Picklist values | = <= >= > < |
| Name | FSL__Break_Duration__c |
| Label | Break Duration (minutes) |
| Type | NUMBER(6,0) |
| Help Text | Determines the length of the breaks created. Leave this field empty if you don't want to create breaks. |
| Name | FSL__Break_Start__c |
| Label | Break Start |
| Type | TEXT(5) |
| Help Text | Determines the minimum break start time (in the format: {HH:MM}) to create breaks. Leave this field empty if you don't want to create breaks. |
| Name | FSL__CountObject__c |
| Label | Count object |
| Type | PICKLIST |
| Help Text | The object containing the custom field that's used for the count. |
| Picklist values | ServiceAppointment WorkOrder WorkOrderLineItem |
| Name | FSL__CountTimeResolution__c |
| Label | Count Time Resolution |
| Type | PICKLIST |
| Help Text | The time resolution for the count. |
| Picklist values | Daily |
| Name | FSL__CountType__c |
| Label | Count Type |
| Type | PICKLIST |
| Help Text | The type of item counted in the work rule. |
| Picklist values | Assignments Duration CustomValue |
| Name | FSL__Crew_Resources_Availability__c |
| Label | Consider Service Crew Membership |
| Type | CHECKBOX |
| Required | Yes |
| Help Text | When checked, compare the Minimum Crew Size field on the Work Order or Work Order Line Item to the actual available Service Crew Members. Otherwise, compare the Minimum Crew Size to the Crew Size field on the Service Crew. |
| Default value | false |
| Name | FSL__CustomFieldName__c |
| Label | Custom Field Name |
| Type | TEXT(255) |
| Help Text | The API name of the custom field on the count object. |
| Name | FSL__DefaultLimit__c |
| Label | Default Limit |
| Type | NUMBER(9,5) |
| Help Text | A limit for the count. A limit on the service resource overrides this value. |
| Name | FSL__Description__c |
| Label | Description |
| Type | TEXT(255) |
| Name | FSL__Enable_Overtime__c |
| Label | Enable Overtime |
| Type | CHECKBOX |
| Required | Yes |
| Default value | false |
| Name | FSL__Enhanced_Match_Linking_Object__c |
| Label | Linking Object |
| Type | TEXT(255) |
| Help Text | The junction object used to link service resources to the object that the service appointment matching field references |
| Description | Represents the junction object used to link service resources to the object that the service appointment matching field references |
| Name | FSL__Is_Fixed_Gap__c |
| Label | Fixed Gap |
| Type | CHECKBOX |
| Required | Yes |
| Help Text | If checked, gap between services will be based on the minimum gap field, without travel calculations. |
| Default value | false |
| Name | FSL__Match_Constant_Boolean_Value__c |
| Label | Value is True |
| Type | CHECKBOX |
| Required | Yes |
| Default value | true |
| Name | FSL__Match_Skill_Level__c |
| Label | Match Skill Level |
| Type | CHECKBOX |
| Required | Yes |
| Default value | true |
| Name | FSL__Maximum_Travel_From_Home_Type__c |
| Label | Maximum Travel From Home Type |
| Type | PICKLIST |
| Picklist values | Distance Travel Time |
| Name | FSL__Maximum_Travel_From_Home__c |
| Label | Maximum Travel From Home |
| Type | NUMBER(9,5) |
| Help Text | Determines what distance or how many minutes the resource can travel from home to reach a service |
| Name | FSL__Minimum_Gap__c |
| Label | Minimum Gap (minutes) |
| Type | NUMBER(18,0) |
| Help Text | Determines the minimum gap between services. If fixed gap is enabled, determines the gap between the services. |
| Name | FSL__Object_Group_Field__c |
| Label | Object Group Field |
| Type | TEXT(255) |
| Name | FSL__Pass_Empty_Values__c |
| Label | Pass Empty Values |
| Type | CHECKBOX |
| Required | Yes |
| Default value | false |
| Name | FSL__Resource_Group_Field__c |
| Label | Resource Group Field |
| Type | TEXT(255) |
| Name | FSL__Resource_Property__c |
| Label | Resource Property |
| Type | PICKLIST |
| Help Text | A numeric field on the service resource to count against. |
| Picklist values | IsActive IsCapacityBased |
| Name | FSL__Service_Appointment_Matching_Field__c |
| Label | Service Appointment Matching Field |
| Type | TEXT(255) |
| Help Text | The service appointment lookup field that you're matching |
| Description | Represents the service appointment field that you're matching. The field must be of type Lookup |
| Name | FSL__Service_Linking_Object_Reference_Field__c |
| Label | Linking Object Reference Field |
| Type | TEXT(255) |
| Help Text | The reference field on the linking object that is matched with the service appointment matching field |
| Description | Represents the reference field on the linking object that is matched with the service appointment matching field |
| Name | FSL__Service_Property__c |
| Label | Service Property |
| Type | PICKLIST |
| Picklist values | ServiceTerritory ArrivalWindowEndTime ArrivalWindowStartTime SchedEndTime SchedStartTime |
| Name | FSL__Service_Schedule_Time_Property__c |
| Label | Service Schedule Time Property |
| Type | PICKLIST |
| Picklist values | SchedStartTime SchedEndTime SchedStartTime__c SchedEndTime__c |
| Name | FSL__Service_Time_Operator__c |
| Label | Service Time Operator |
| Type | PICKLIST |
| Picklist values | Before Before or Equal to Equal to Later than or Equal to |
| Name | FSL__Service_Time_Property__c |
| Label | Service Time Property |
| Type | PICKLIST |
| Picklist values | EarliestStartTime DueDate ArrivalWindowStartTime ArrivalWindowEndTime EarliestStartTime__c DueDate__c ArrivalWindowStartTime__c ArrivalWindowEndTime__c |
| Name | FSL__Start_of_Day__c |
| Label | Start of Day |
| Type | TEXT(5) |
| Default value | "00:00" |
| Name | FSL__Travel_From_Home__c |
| Label | Travel From Home (minutes) |
| Type | NUMBER(18,0) |
| Help Text | Determines how many minutes prior to the resource's calendar start of day will be available for travel (on the resource's expense). When empty, any amount of travel prior to start of work day is valid. |
| Name | FSL__Travel_To_Home__c |
| Label | Travel To Home (minutes) |
| Type | NUMBER(18,0) |
| Help Text | Determines how many minutes following the resource's calendar end of day will be available for travel (on the resource's expense). When empty, any amount of travel following the end of work day is valid. |
| Name | FSL__WorkRule_End_DateTime_Field__c |
| Label | End Date Field Name |
| Type | TEXT(255) |
| Help Text | The Date-Time field name on the Linking Object which represents its end time |
| Description | Represents the DateTime field name used by Time-Phased work rules as a end value. Required if Time-Phased equals true |
| Name | FSL__WorkRule_Start_DateTime_Field__c |
| Label | Start Date Field Name |
| Type | TEXT(255) |
| Help Text | The Date-Time field name on the Linking Object which represents its start time |
| Description | Represents the DateTime field name used by Time-Phased work rules as a start value. Required if Time-Phased equals true |
| Name | FSL__Working_Location_Enable_Primary__c |
| Label | Working Location Enable Primary |
| Type | CHECKBOX |
| Required | Yes |
| Default value | false |
| Name | FSL__isTimephased__c |
| Label | Time-Phased |
| Type | CHECKBOX |
| Required | Yes |
| Default value | false |
| Name | FSL__Evaluation_Order__c |
| Label | Evaluation Order |
| Type | FORMULA (NUMBER)(18,0) |
| Name | FSL__Crew_Max_Extra_Resources__c |
| Label | Maximum Additional Service Resources |
| Type | NUMBER(14,0) |
| Help Text | Enter a number if you want to limit the number of additional service resources that can be added to the crew. Leave empty if any number of service resources can be added. |
| Name | FSL__Matching_Skills_Operator__c |
| Label | Skill Type Logic |
| Type | PICKLIST |
| Picklist values | Match_And Match_Or |
| Name | FSL__Skill_Type__c |
| Label | Skill Type Developer Name |
| Type | TEXT(255) |
Parents relationships(27)
Children relationships(4)
| Name | Parent object | Child object | Parent object field | Child object field |
|---|---|---|---|---|
| Owner | User | FSL__Work_Rule__c |
|
|
| RecordType | RecordType | FSL__Work_Rule__c |
|
|
| CreatedBy | User | FSL__Work_Rule__c |
|
|
| LastModifiedBy | User | FSL__Work_Rule__c |
|
|
Object User-defined metadata (0)
| Label | Value |
|---|