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

Updated to version 38 #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
16 changes: 15 additions & 1 deletion src/objects/Milestone1_Settings__c.object
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
<customSettingsType>Hierarchy</customSettingsType>
<customSettingsVisibility>Public</customSettingsVisibility>
<description>Milestone1: This custom setting allows users to follow tasks automatically assigned to them.</description>
<enableEnhancedLookup>false</enableEnhancedLookup>
<enableFeeds>false</enableFeeds>
Expand All @@ -12,6 +11,7 @@
<externalId>false</externalId>
<inlineHelpText>When a Task is marked &apos;Complete&apos;, Automatically unsubscribe the Assigned User from the Chatter Feed for the Task.</inlineHelpText>
<label>Auto UnFollow A Complete Task</label>
<trackTrending>false</trackTrending>
<type>Checkbox</type>
</fields>
<fields>
Expand All @@ -21,6 +21,7 @@
<externalId>false</externalId>
<inlineHelpText>When a Task is Assigned to a User, automatically subscribe the user to follow the task.</inlineHelpText>
<label>Auto Follow A Task</label>
<trackTrending>false</trackTrending>
<type>Checkbox</type>
</fields>
<fields>
Expand All @@ -29,6 +30,7 @@
<externalId>false</externalId>
<inlineHelpText>Automatically unsubscribe the currently assigned user from the task when it is reassigned to another user.</inlineHelpText>
<label>Auto Unfollow Reassignment</label>
<trackTrending>false</trackTrending>
<type>Checkbox</type>
</fields>
<fields>
Expand All @@ -39,6 +41,7 @@
<label>Default Milestone Alias</label>
<length>30</length>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</fields>
Expand All @@ -48,6 +51,7 @@
<label>Report Id: Blocked Tasks by Project</label>
<length>15</length>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</fields>
Expand All @@ -57,6 +61,7 @@
<label>Report Id: My Blocked Tasks</label>
<length>15</length>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</fields>
Expand All @@ -66,6 +71,7 @@
<label>Report Id: My Late Tasks</label>
<length>15</length>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</fields>
Expand All @@ -75,6 +81,7 @@
<label>Report Id: My Tasks By Priority, Project</label>
<length>15</length>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</fields>
Expand All @@ -84,6 +91,7 @@
<label>Report Id: My Tasks By Project + Milesto</label>
<length>15</length>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</fields>
Expand All @@ -94,6 +102,7 @@
<label>Report Id: My tasks by project</label>
<length>15</length>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</fields>
Expand All @@ -103,6 +112,7 @@
<label>Report Id: Open Task Status by Project</label>
<length>15</length>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</fields>
Expand All @@ -112,6 +122,7 @@
<label>Report Id: Overdue Tasks by Project</label>
<length>15</length>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</fields>
Expand All @@ -121,6 +132,7 @@
<label>Report Id: Project, Milestone, Open Task</label>
<length>15</length>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</fields>
Expand All @@ -130,8 +142,10 @@
<label>Report Id: Task Status By Project</label>
<length>15</length>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</fields>
<label>Milestone1 Settings</label>
<visibility>Public</visibility>
</CustomObject>