Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor custom metadata layout improvement and code owners update #38

Merged
merged 2 commits into from
Jun 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
refactor: improving layout section of custom metadata
daniloc-adyen committed Jun 26, 2024
commit 872dca1ecb2c6b8e5477a65861f38490d504445d
Original file line number Diff line number Diff line change
@@ -1,76 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
<layoutSections>
<customLabel>false</customLabel>
<detailHeading>false</detailHeading>
<customLabel>true</customLabel>
<detailHeading>true</detailHeading>
<editHeading>true</editHeading>
<label>Information</label>
<label>Merchant Configuration</label>
<layoutColumns>
<layoutItems>
<behavior>Required</behavior>
<field>MasterLabel</field>
</layoutItems>
<layoutItems>
<behavior>Required</behavior>
<field>DeveloperName</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Merchant_Account__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
<behavior>Edit</behavior>
<field>IsProtected</field>
</layoutItems>
<layoutItems>
<behavior>Required</behavior>
<field>NamespacePrefix</field>
<field>DeveloperName</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Package_Namespace__c</field>
<field>System_Integrator_Name__c</field>
</layoutItems>
</layoutColumns>
<style>TwoColumnsTopToBottom</style>
<style>TwoColumnsLeftToRight</style>
</layoutSections>
<layoutSections>
<customLabel>false</customLabel>
<detailHeading>false</detailHeading>
<detailHeading>true</detailHeading>
<editHeading>true</editHeading>
<label>System Information</label>
<label>Information</label>
<layoutColumns>
<layoutItems>
<behavior>Required</behavior>
<field>NamespacePrefix</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Package_Namespace__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>IsProtected</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Endpoint_Api_Version__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
<behavior>Edit</behavior>
<field>Endpoint_Path__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Capture_Endpoint__c</field>
<field>Authorize_Endpoint__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Authorize_Endpoint__c</field>
<field>Capture_Endpoint__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Refund_Endpoint__c</field>
</layoutItems>
</layoutColumns>
<style>TwoColumnsTopToBottom</style>
</layoutSections>
<layoutSections>
<customLabel>false</customLabel>
<detailHeading>true</detailHeading>
<editHeading>true</editHeading>
<label>System Information</label>
<layoutColumns>
<layoutItems>
<behavior>Edit</behavior>
<field>System_Integrator_Name__c</field>
</layoutItems>
<layoutItems>
<behavior>Readonly</behavior>
<field>LastModifiedById</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
<behavior>Readonly</behavior>
<field>CreatedById</field>