-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from Salesforce-org-Impact-Labs/distance
Distance
- Loading branch information
Showing
11 changed files
with
207 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 45 additions & 0 deletions
45
force-app/main/default/customMetadata/Scoring_Metric.Distance.md-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomMetadata xmlns="http://soap.sforce.com/2006/04/metadata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<label>Distance</label> | ||
<protected>false</protected> | ||
<values> | ||
<field>Based_on_Service_Field__c</field> | ||
<value xsi:type="xsd:boolean">false</value> | ||
</values> | ||
<values> | ||
<field>Calculate_User_Level__c</field> | ||
<value xsi:type="xsd:boolean">false</value> | ||
</values> | ||
<values> | ||
<field>Description__c</field> | ||
<value xsi:type="xsd:string">Weighting based on how far the service is from the client/default location.</value> | ||
</values> | ||
<values> | ||
<field>Org_Level__c</field> | ||
<value xsi:type="xsd:boolean">true</value> | ||
</values> | ||
<values> | ||
<field>Org_Maximum__c</field> | ||
<value xsi:type="xsd:double">25.0</value> | ||
</values> | ||
<values> | ||
<field>Org_Minimum__c</field> | ||
<value xsi:type="xsd:double">0.0</value> | ||
</values> | ||
<values> | ||
<field>Org_SOQL_Query__c</field> | ||
<value xsi:nil="true" /> | ||
</values> | ||
<values> | ||
<field>Service_Level_SOQL_Query__c</field> | ||
<value xsi:nil="true" /> | ||
</values> | ||
<values> | ||
<field>User_ID__c</field> | ||
<value xsi:nil="true" /> | ||
</values> | ||
<values> | ||
<field>Weighting__c</field> | ||
<value xsi:type="xsd:double">-2.0</value> | ||
</values> | ||
</CustomMetadata> |
45 changes: 45 additions & 0 deletions
45
force-app/main/default/customMetadata/Scoring_Metric.IsPreferred.md-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomMetadata xmlns="http://soap.sforce.com/2006/04/metadata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<label>IsPreferred</label> | ||
<protected>false</protected> | ||
<values> | ||
<field>Based_on_Service_Field__c</field> | ||
<value xsi:type="xsd:boolean">false</value> | ||
</values> | ||
<values> | ||
<field>Calculate_User_Level__c</field> | ||
<value xsi:type="xsd:boolean">false</value> | ||
</values> | ||
<values> | ||
<field>Description__c</field> | ||
<value xsi:type="xsd:string">Services with the Preferred Checkbox are boosted higher in the ranking</value> | ||
</values> | ||
<values> | ||
<field>Org_Level__c</field> | ||
<value xsi:type="xsd:boolean">true</value> | ||
</values> | ||
<values> | ||
<field>Org_Maximum__c</field> | ||
<value xsi:type="xsd:double">0.0</value> | ||
</values> | ||
<values> | ||
<field>Org_Minimum__c</field> | ||
<value xsi:type="xsd:double">1.0</value> | ||
</values> | ||
<values> | ||
<field>Org_SOQL_Query__c</field> | ||
<value xsi:nil="true"/> | ||
</values> | ||
<values> | ||
<field>Service_Level_SOQL_Query__c</field> | ||
<value xsi:nil="true"/> | ||
</values> | ||
<values> | ||
<field>User_ID__c</field> | ||
<value xsi:nil="true"/> | ||
</values> | ||
<values> | ||
<field>Weighting__c</field> | ||
<value xsi:type="xsd:double">1.0</value> | ||
</values> | ||
</CustomMetadata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
{ | ||
"orgName": "01HousingandHomelessness - Beta Test Org", | ||
"adminEmail": "[email protected]", | ||
|
||
"edition": "Developer", | ||
"settings": { | ||
"lightningExperienceSettings": { | ||
|
@@ -16,5 +18,6 @@ | |
"sessionSettings": { | ||
"forceRelogin": false | ||
} | ||
} } | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"orgName": "01HousingandHomelessness - Dev Org", | ||
"adminEmail": "[email protected]", | ||
"edition": "Developer", | ||
"settings": { | ||
"lightningExperienceSettings": { | ||
|
@@ -21,4 +22,4 @@ | |
"enableTranslationWorkbench": true | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.