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

devorg-ALR-198 #501

Merged
merged 1 commit into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Profile xmlns="http://soap.sforce.com/2006/04/metadata">
<applicationVisibilities>
<applicationVisibilities>
<application>EHIS_Services</application>
<default>true</default>
<visible>true</visible>
Expand Down Expand Up @@ -96,7 +96,7 @@
<visible>false</visible>
</applicationVisibilities>
<custom>true</custom>
<fieldPermissions>
<fieldPermissions>
<editable>false</editable>
<field>Account.AccountNumber</field>
<readable>false</readable>
Expand Down Expand Up @@ -2008,7 +2008,7 @@
</fieldPermissions>
<layoutAssignments>
<layout>Account-Registrant Page Layout</layout>
<recordType>Account.Registrant</recordType>
<recordType>Account.Registrant</recordType>
</layoutAssignments>
<layoutAssignments>
<layout>Account-Residence Page Layout</layout>
Expand Down Expand Up @@ -2052,13 +2052,19 @@
<layout>Case-Reportable Incident Page Layout</layout>
<recordType>Case.ReportableIncident</recordType>
</layoutAssignments>
<layoutAssignments>
<layout>Contact-Contact Layout</layout>
</layoutAssignments>
<layoutAssignments>
<layout>DocumentChecklistItem-Document Checklist Page Layout</layout>
</layoutAssignments>
<layoutAssignments>
<layout>DocumentChecklistItem-Document Checklist Page Layout</layout>
<recordType>DocumentChecklistItem.Document_Checklist_Item_Record_Type</recordType>
</layoutAssignments>
<layoutAssignments>
<layout>EmailMessage-Email Message Layout</layout>
</layoutAssignments>
<layoutAssignments>
<layout>InspectionType-Inspection Type Layout</layout>
</layoutAssignments>
Expand Down Expand Up @@ -2395,7 +2401,7 @@
<enabled>true</enabled>
<name>ExportReport</name>
</userPermissions>
<userPermissions>
<userPermissions>
<enabled>false</enabled>
<name>ImportPersonal</name>
</userPermissions>
Expand Down Expand Up @@ -2463,7 +2469,7 @@
<enabled>true</enabled>
<name>ViewRoles</name>
</userPermissions>
<userPermissions>
<userPermissions>
<enabled>false</enabled>
<name>ViewSetup</name>
</userPermissions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,16 @@
<type>Region</type>
</flexiPageRegions>
<flexiPageRegions>
<itemInstances>
<componentInstance>
<componentInstanceProperties>
<name>showLegacyActivityComposer</name>
<value>false</value>
</componentInstanceProperties>
<componentName>runtime_sales_activities:activityPanel</componentName>
<identifier>runtime_sales_activities_activityPanel</identifier>
</componentInstance>
</itemInstances>
<mode>Replace</mode>
<name>sidebar</name>
<type>Region</type>
Expand Down
24 changes: 2 additions & 22 deletions src-ui/main/default/layouts/Contact-Contact Layout.layout-meta.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
<excludeButtons>DataDotComClean</excludeButtons>
<excludeButtons>DataDotComClean</excludeButtons>
<excludeButtons>DisableCustomerPortal</excludeButtons>
<excludeButtons>DisablePartnerPortal</excludeButtons>
<excludeButtons>DisablePrmSuperUser</excludeButtons>
<excludeButtons>EnablePrmSuperUser</excludeButtons>
<excludeButtons>RequestUseSfdc</excludeButtons>
<excludeButtons>RequestUseSfdc</excludeButtons>
<excludeButtons>Share</excludeButtons>
<excludeButtons>Submit</excludeButtons>
<layoutSections>
Expand Down Expand Up @@ -89,26 +89,6 @@
<actionType>StandardButton</actionType>
<sortOrder>2</sortOrder>
</platformActionListItems>
<platformActionListItems>
<actionName>LogACall</actionName>
<actionType>QuickAction</actionType>
<sortOrder>3</sortOrder>
</platformActionListItems>
<platformActionListItems>
<actionName>NewTask</actionName>
<actionType>QuickAction</actionType>
<sortOrder>4</sortOrder>
</platformActionListItems>
<platformActionListItems>
<actionName>NewEvent</actionName>
<actionType>QuickAction</actionType>
<sortOrder>5</sortOrder>
</platformActionListItems>
<platformActionListItems>
<actionName>FeedItem.ContentNote</actionName>
<actionType>QuickAction</actionType>
<sortOrder>6</sortOrder>
</platformActionListItems>
</platformActionList>
<quickActionList>
<quickActionListItems>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
<?xml version="1.0" encoding="UTF-8"?>
<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
<layoutSections>
<customLabel>false</customLabel>
<detailHeading>true</detailHeading>
<editHeading>true</editHeading>
<label>Information</label>
<layoutColumns>
<layoutItems>
<behavior>Readonly</behavior>
<field>RelatedToId</field>
</layoutItems>
<layoutItems>
<behavior>Readonly</behavior>
<field>MessageDate</field>
</layoutItems>
<layoutItems>
<behavior>Readonly</behavior>
<field>CreatedById</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
<behavior>Readonly</behavior>
<field>Status</field>
</layoutItems>
<layoutItems>
<behavior>Readonly</behavior>
<field>LastModifiedById</field>
</layoutItems>
</layoutColumns>
<style>TwoColumnsTopToBottom</style>
</layoutSections>
<layoutSections>
<customLabel>false</customLabel>
<detailHeading>true</detailHeading>
<editHeading>true</editHeading>
<label>Address Information</label>
<layoutColumns>
<layoutItems>
<behavior>Edit</behavior>
<field>FromAddress</field>
</layoutItems>
<layoutItems>
<behavior>Readonly</behavior>
<field>FromName</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>ToAddress</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>CcAddress</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>BccAddress</field>
</layoutItems>
</layoutColumns>
<style>OneColumn</style>
</layoutSections>
<layoutSections>
<customLabel>false</customLabel>
<detailHeading>true</detailHeading>
<editHeading>true</editHeading>
<label>Message Content</label>
<layoutColumns>
<layoutItems>
<behavior>Edit</behavior>
<field>Subject</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>HtmlBody</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>TextBody</field>
</layoutItems>
</layoutColumns>
<style>OneColumn</style>
</layoutSections>
<layoutSections>
<customLabel>false</customLabel>
<detailHeading>false</detailHeading>
<editHeading>false</editHeading>
<layoutColumns/>
<style>CustomLinks</style>
</layoutSections>
<platformActionList>
<actionListContext>Record</actionListContext>
<platformActionListItems>
<actionName>Delete</actionName>
<actionType>StandardButton</actionType>
<sortOrder>0</sortOrder>
</platformActionListItems>
<platformActionListItems>
<actionName>EmailMessage._ReplyAll</actionName>
<actionType>QuickAction</actionType>
<sortOrder>1</sortOrder>
</platformActionListItems>
<platformActionListItems>
<actionName>EmailMessage._Reply</actionName>
<actionType>QuickAction</actionType>
<sortOrder>2</sortOrder>
</platformActionListItems>
<platformActionListItems>
<actionName>EmailMessage._Forward</actionName>
<actionType>QuickAction</actionType>
<sortOrder>3</sortOrder>
</platformActionListItems>
</platformActionList>
<relatedLists>
<relatedList>RelatedAttachmentList</relatedList>
</relatedLists>
<relatedLists>
<fields>NAME</fields>
<fields>TYPE</fields>
<relatedList>RelatedEmailMessagePeopleList</relatedList>
</relatedLists>
<showEmailCheckbox>false</showEmailCheckbox>
<showRunAssignmentRulesCheckbox>false</showRunAssignmentRulesCheckbox>
<showSubmitAndAttachButton>false</showSubmitAndAttachButton>
</Layout>