Skip to content

Commit

Permalink
add classic app
Browse files Browse the repository at this point in the history
  • Loading branch information
jagmohansingh committed Feb 5, 2024
1 parent d45f6f4 commit 5b50fdf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/applications/Marketing_Calendar.app
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomApplication xmlns="http://soap.sforce.com/2006/04/metadata">
<defaultLandingTab>Marketing_Calendar</defaultLandingTab>
<isNavAutoTempTabsDisabled>false</isNavAutoTempTabsDisabled>
<isNavPersonalizationDisabled>false</isNavPersonalizationDisabled>
<label>Marketing Calendar</label>
<logo>CloudAnswers_Art/CloudAnswers_Tab_Icon.png</logo>
<tabs>Marketing_Calendar</tabs>
<tabs>standard-Campaign</tabs>
</CustomApplication>
4 changes: 4 additions & 0 deletions src/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ For support or to hear about our other apps, visit us at https://cloudanswers.co
<members>CampaignCalendar</members>
<name>ApexPage</name>
</types>
<types>
<members>Marketing_Calendar</members>
<name>CustomApplication</name>
</types>
<types>
<members>Campaign.Color_Status__c</members>
<name>CustomField</name>
Expand Down

0 comments on commit 5b50fdf

Please sign in to comment.