• Paul Harrington 9
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hello SFDC Community

We (Admins) are attempting to deploy a change control process from our production organization from our Test Org (Sandbox).  When validating the deployment I am getting the following errors.  The Change Control process (AKA - Change It!) is an APP that we installed off the exchange intending to leverage to support internal team requests associated with SFDC. 

In regards to error 1 -we have an APP (Inline Account Hierarchy) installed to both our test and production orgainzations to support Parent/Child account relationships

1. testAccountHierarchy.testAccountHierarchy(), Details: System.Exception: Apex CPU time limit exceeded Class.InlineAcountHerachy_TestUtilities.checkObjectCrud: line 39, column 1 Class.InlineAcountHerachy_TestUtilities.createAccounts: line 80, column 1 Class.AccountHierarchyTestData.createTestHierarchy: line 18, column 1 Class.testAccountHierarchy.testAccountHierarchy: line 6, column 1
I am not sure about the Google visualation error?  We do use Google Maps off the Account object.

2. GoogleDataSourceControllerTest.testLimitAndOrderByClauses(), Details: System.Exception: Assertion Failed: Expected: google.visualization.Query.setResponse({version:'0.5',reqId:'0',status:'ok',table:{cols: [{id: "col0", label: "Name", type: "string"}], rows: [{c:[{v: "Test Account2"}]},{c:[{v: "Test Account1"}]}]}});, Actual: google.visualization.Query.setResponse({version:'0.5',reqId:'0',status:'ok',table:{cols: [{id: "col0", label: "Name", type: "string"}], rows: [{c:[{v: "Irone Wilson"}]},{c:[{v: "Test Account2"}]}]}}); Class.GoogleDataSourceControllerTest.testLimitAndOrderByClauses: line 251, column 1

3. Details: Average test coverage across all Apex Classes and Triggers is 73%, at least 75% test coverage is required.

Any help / feedback that you can provide would be greatly appreaciated.

Thanks.
 
Hello,

We currently have created a custom object (Account Enrollment Data Sheet) within Salesforce that upon creation of the EDS record  pulls data from the Account and Opportunity objects primarily to populate the same fields represented within the custom object  - aka Account Enrollment Data Sheet .  The EDS is accessed via the Mini-Page layout off the Opportunity which is associated to the Account.  

Within the Account we have contacts that are associated to the acount.  One of our challenges has been to populate the Benefit Contact and Billing Contact fields contained within the custom EDS object with the contacts associated to the Account in which we are working.  We are working with a contracted concern to assist us with this delivery and so far this particular issue has stumped them.  They have tried a filtered lookup field but that doesnt work as its only showing the most recent contacts that have been "touched" buy that user.  Ideally, when the EDS record is created, we wanted to automatically populate the Benefit and Billing Contact fields on the custom EDS object.  The contacted concern could not delvier this requirement.
 
They have used formula's, filters, etc. to attempt to deliver this requriement.  At this point we are at a loss to understand why if I am already on the Account/Opportunity, I cannot either -automatically populate these two fileds or use the lookup to list just those contacts associated to the account in question.

Any feedback or recommendations would be greatly appreciated.

Thanks.

Hello SFDC Community

We (Admins) are attempting to deploy a change control process from our production organization from our Test Org (Sandbox).  When validating the deployment I am getting the following errors.  The Change Control process (AKA - Change It!) is an APP that we installed off the exchange intending to leverage to support internal team requests associated with SFDC. 

In regards to error 1 -we have an APP (Inline Account Hierarchy) installed to both our test and production orgainzations to support Parent/Child account relationships

1. testAccountHierarchy.testAccountHierarchy(), Details: System.Exception: Apex CPU time limit exceeded Class.InlineAcountHerachy_TestUtilities.checkObjectCrud: line 39, column 1 Class.InlineAcountHerachy_TestUtilities.createAccounts: line 80, column 1 Class.AccountHierarchyTestData.createTestHierarchy: line 18, column 1 Class.testAccountHierarchy.testAccountHierarchy: line 6, column 1
I am not sure about the Google visualation error?  We do use Google Maps off the Account object.

2. GoogleDataSourceControllerTest.testLimitAndOrderByClauses(), Details: System.Exception: Assertion Failed: Expected: google.visualization.Query.setResponse({version:'0.5',reqId:'0',status:'ok',table:{cols: [{id: "col0", label: "Name", type: "string"}], rows: [{c:[{v: "Test Account2"}]},{c:[{v: "Test Account1"}]}]}});, Actual: google.visualization.Query.setResponse({version:'0.5',reqId:'0',status:'ok',table:{cols: [{id: "col0", label: "Name", type: "string"}], rows: [{c:[{v: "Irone Wilson"}]},{c:[{v: "Test Account2"}]}]}}); Class.GoogleDataSourceControllerTest.testLimitAndOrderByClauses: line 251, column 1

3. Details: Average test coverage across all Apex Classes and Triggers is 73%, at least 75% test coverage is required.

Any help / feedback that you can provide would be greatly appreaciated.

Thanks.