Skip to content

Commit

Permalink
Alternativ sms nummer part 2 (#353)
Browse files Browse the repository at this point in the history
* Legger til det alternative sms nummeret i page layout

* Legger til det alternative nummeret til HOT
  • Loading branch information
olsenrasmus authored Oct 21, 2024
1 parent 9b16f84 commit cf0904e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
8 changes: 7 additions & 1 deletion force-app/sms/customMetadata/SMS_Config.HOT.md-meta.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?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">
<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>HOT</label>
<protected>false</protected>
<values>
Expand All @@ -14,6 +16,10 @@
<field>PlatformPartnerId__c</field>
<value xsi:type="xsd:string">20216</value>
</values>
<values>
<field>SourceAlternative__c</field>
<value xsi:type="xsd:string">41716090</value>
</values>
<values>
<field>Source__c</field>
<value xsi:type="xsd:string">20216</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<behavior>Edit</behavior>
<field>Source__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>SourceAlternative__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>PlatformId__c</field>
Expand Down Expand Up @@ -66,14 +70,14 @@
<customLabel>false</customLabel>
<detailHeading>false</detailHeading>
<editHeading>false</editHeading>
<layoutColumns/>
<layoutColumns/>
<layoutColumns/>
<layoutColumns />
<layoutColumns />
<layoutColumns />
<style>CustomLinks</style>
</layoutSections>
<showEmailCheckbox>false</showEmailCheckbox>
<showHighlightsPanel>false</showHighlightsPanel>
<showInteractionLogPanel>false</showInteractionLogPanel>
<showRunAssignmentRulesCheckbox>false</showRunAssignmentRulesCheckbox>
<showSubmitAndAttachButton>false</showSubmitAndAttachButton>
</Layout>
</Layout>

0 comments on commit cf0904e

Please sign in to comment.