-
Notifications
You must be signed in to change notification settings - Fork 8
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 #35 from SalesforceFoundation/feature/robot_gaulayout
Robot - Assign GAU Page Layout to System Administrator
- Loading branch information
Showing
4 changed files
with
78 additions
and
0 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
44 changes: 44 additions & 0 deletions
44
robot/OutboundFundsNPSP/resources/layouts/applications/outfunds__Outbound_Funds.app-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,44 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomApplication xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<actionOverrides> | ||
<actionName>View</actionName> | ||
<comment>Action override created by Lightning App Builder during activation.</comment> | ||
<content>%%%NAMESPACE%%%Disbursement_NPSP_Record</content> | ||
<formFactor>Large</formFactor> | ||
<skipRecordTypeSelect>false</skipRecordTypeSelect> | ||
<type>Flexipage</type> | ||
<pageOrSobjectType>outfunds__Disbursement__c</pageOrSobjectType> | ||
</actionOverrides> | ||
<actionOverrides> | ||
<actionName>View</actionName> | ||
<comment>Action override created by Lightning App Builder during activation.</comment> | ||
<content>%%%NAMESPACE%%%GAU_Outbound_Funds_Record_Page</content> | ||
<formFactor>Large</formFactor> | ||
<skipRecordTypeSelect>false</skipRecordTypeSelect> | ||
<type>Flexipage</type> | ||
<pageOrSobjectType>npsp__General_Accounting_Unit__c</pageOrSobjectType> | ||
</actionOverrides> | ||
<brand> | ||
<headerColor>#0070D2</headerColor> | ||
<logo>outfunds__Outbound_Funds_Astro</logo> | ||
<logoVersion>1</logoVersion> | ||
<shouldOverrideOrgTheme>false</shouldOverrideOrgTheme> | ||
</brand> | ||
<description>App for Outbound Funds</description> | ||
<formFactors>Large</formFactors> | ||
<isNavAutoTempTabsDisabled>false</isNavAutoTempTabsDisabled> | ||
<isNavPersonalizationDisabled>false</isNavPersonalizationDisabled> | ||
<label>Outbound Funds</label> | ||
<navType>Standard</navType> | ||
<tabs>standard-home</tabs> | ||
<tabs>standard-Task</tabs> | ||
<tabs>standard-Account</tabs> | ||
<tabs>standard-Contact</tabs> | ||
<tabs>outfunds__Funding_Program__c</tabs> | ||
<tabs>outfunds__Funding_Request__c</tabs> | ||
<tabs>outfunds__Requirement__c</tabs> | ||
<tabs>standard-report</tabs> | ||
<tabs>standard-Dashboard</tabs> | ||
<uiType>Lightning</uiType> | ||
<utilityBar>outfunds__Outbound_Funds_UtilityBar</utilityBar> | ||
</CustomApplication> |
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,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Package xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<types> | ||
<members>Admin</members> | ||
<name>Profile</name> | ||
</types> | ||
<types> | ||
<members>outfunds__Outbound_Funds</members> | ||
<name>CustomApplication</name> | ||
</types> | ||
<version>50.0</version> | ||
</Package> |
14 changes: 14 additions & 0 deletions
14
robot/OutboundFundsNPSP/resources/layouts/profiles/Admin.profile-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,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Profile xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<userLicense>Salesforce</userLicense> | ||
<custom>false</custom> | ||
<layoutAssignments> | ||
<layout>%%%NAMESPACE%%%GAU_Expenditure__c-%%%NAMESPACE%%%GAU Expenditure Layout</layout> | ||
</layoutAssignments> | ||
<layoutAssignments> | ||
<layout>npsp__General_Accounting_Unit__c-%%%NAMESPACE%%%GAU Outbound Funds Layout</layout> | ||
</layoutAssignments> | ||
<layoutAssignments> | ||
<layout>outfunds__Disbursement__c-%%%NAMESPACE%%%Disbursement NPSP Layout</layout> | ||
</layoutAssignments> | ||
</Profile> |