• Michael Oyebola 1
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 1
    Replies
Im am trying to understand the best way to monitor or create an alert when an object is been modified by a user in saleforce sandbox. What would be the best approach in doing this in salefroce? I do know you can run an Audit Trail to view all changes in the past 6 months but what other process could be used create a report or some kind of notification based on an object.

Thanks
Hi, When I try to depoly the "deployUnpackaged" package i keep getting this errors even when the value is true:
1.  objects/Account.object (Account.APTS_DPLStatus__c) -- Error: The entity: Account does not have history tracking enabled (line 80, column 13)
<fields>
        <fullName>APTS_DPLStatus__c</fullName>
        <externalId>false</externalId>
        <label>DPL Status</label>
        <picklist>
            <picklistValues>
                <fullName>Cleared</fullName>
                <default>false</default>
            </picklistValues>
            <picklistValues>
                <fullName>Pending</fullName>
                <default>true</default>
            </picklistValues>
            <picklistValues>
                <fullName>Denied</fullName>
                <default>false</default>
            </picklistValues>
            <picklistValues>
                <fullName>System Not Reachable</fullName>
                <default>false</default>
            </picklistValues>
            <restrictedPicklist>true</restrictedPicklist>
            <sorted>false</sorted>
        </picklist>
        <trackFeedHistory>false</trackFeedHistory>
        <trackHistory>true</trackHistory>
        <type>Picklist</type>
    </fields>


 
1) objects/Opportunity.object (Opportunity.Cannot_be_open_and_100_percent) -- Error: Duplicate Validation Name
How can you reslove this issue when a duplicate doesnt exist?
<validationRules>
        <fullName>Cannot_be_open_and_100_percent</fullName>
        <active>true</active>
        <description>Probability cannot be 100% if status is still open</description>
        <errorConditionFormula>AND ( IsWon= True,Probability &lt; 1)</errorConditionFormula>
        <errorDisplayField>Probability</errorDisplayField>
        <errorMessage>Probability cannot be 100% if status is still open</errorMessage>
    </validationRules>
2) layouts/Contact-Contact Layout.layout -- Error: In field: relatedList - no CustomField named Apttus_Proposal__Proposal__c.APTS_Bill_To_Contact__c found
How do you reslove this issue when the name does exist?
<relatedLists>
        <fields>NAME</fields>
        <fields>Apttus_Proposal__Opportunity__c</fields>
        <fields>Apttus_Proposal__Account__c</fields>
        <fields>Apttus_Proposal__Net_Amount__c</fields>
        <fields>Apttus_Proposal__Valid_Until_Date__c</fields>
        <fields>Apttus_Proposal__Primary__c</fields>
        <fields>Apttus_Proposal__Approval_Stage__c</fields>
        <fields>CREATED_DATE</fields>
        <relatedList>Apttus_Proposal__Proposal__c.APTS_Bill_To_Contact__c</relatedList>
    </relatedLists>
error_msg

 
Hi, When I try to depoly the "deployUnpackaged" package i keep getting this errors even when the value is true:
1.  objects/Account.object (Account.APTS_DPLStatus__c) -- Error: The entity: Account does not have history tracking enabled (line 80, column 13)
<fields>
        <fullName>APTS_DPLStatus__c</fullName>
        <externalId>false</externalId>
        <label>DPL Status</label>
        <picklist>
            <picklistValues>
                <fullName>Cleared</fullName>
                <default>false</default>
            </picklistValues>
            <picklistValues>
                <fullName>Pending</fullName>
                <default>true</default>
            </picklistValues>
            <picklistValues>
                <fullName>Denied</fullName>
                <default>false</default>
            </picklistValues>
            <picklistValues>
                <fullName>System Not Reachable</fullName>
                <default>false</default>
            </picklistValues>
            <restrictedPicklist>true</restrictedPicklist>
            <sorted>false</sorted>
        </picklist>
        <trackFeedHistory>false</trackFeedHistory>
        <trackHistory>true</trackHistory>
        <type>Picklist</type>
    </fields>