Skip to content

Commit d2011e2

Browse files
authored
Added field to custom report type (#2123)
1 parent 597cb94 commit d2011e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

force-app/main/default/reportTypes/Muligheter_med_konto_og_NAV_Kontor.reportType-meta.xml

+5
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,11 @@
734734
<field>Account__c.Website</field>
735735
<table>CustomOpportunity__c</table>
736736
</columns>
737+
<columns>
738+
<checkedByDefault>false</checkedByDefault>
739+
<field>Account__c.CRM_MainIndustry__c</field>
740+
<table>CustomOpportunity__c</table>
741+
</columns>
737742
<masterLabel>Virksomhet</masterLabel>
738743
</sections>
739744
<sections>

0 commit comments

Comments
 (0)