• VFadmin
  • NEWBIE
  • 20 Points
  • Member since 2009


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 1
    Questions
  • 5
    Replies
Is there some issues with connectino between the trailhead account and dev orgs?
I can log into my org fine, but Trailhead won't stay logged in.
 
In the Analyze Your Data Over Time module  where it says:

In the default exploration state, as you remember from the previous unit, the query is aggregating on count of rows with no grouping and no filtering. Start a new exploration by going back to the My DTC Sales app and opening the DTC Opportunity dataset. You’re interested in the number of tablets involved, so complete the following steps.
Click Count of Rows to change the measure.
Select Sum in the aggregation functions list.
Select # (number sign) for the measure to see the number of products in your closed opportunities

If I select Sum the only option is amout. Is the trailhead dataset in sync with the directions?
Is there some issues with connectino between the trailhead account and dev orgs?
I can log into my org fine, but Trailhead won't stay logged in.
 
I am attempting to create a workflow rule field update formula that will return/update a date.  This formula will take a given date (DATE 1) plus (+) a processing days number (NUMBER 1) and return/update a date (DATE 2) during the work week.


Field Definitions
DATE 1 = Given Date
NUMBER 1 = Processing Days
DATE 2 = Result
 
Basic Formula:
DATE 1 + NUMBER 1 = DATE 2

Example 1
If I set a date field to 11/4/2014 (Tuesday) and want to add 3 business days, it should return 11/7/14 (Friday).
​DATE 1: 11/4/14 (Tuesday)
NUMBER 1: 3 (Business Days)
DATE 2: 11/7/14 (Friday)
 
Example 2
If I set a date field to 11/4/2014 (Tuesday) and want to add 10 business days, it should return 11/18/14 (Tuesday).
​DATE 1: 11/4/14 (Tuesday)
NUMBER 1: 10 (Business Days)
DATE 2: 11/18/14 (Tuesday)
 
Please note, DATE 2 should always be during the week.  Any help would be greatly appreciated. Thank you!
 

I've been trying to use the Excel Connector for the last two weeks to manage the data in our organisation, but I'm having a problem where I get the following error in Excel which is preventing me from using this tool:

 

Error Generated by request::An internal server error has occured while processing your request.
Url:https://www.salesforce.com/services/Soap/c/13.0

ExceptionCode : 5103

The first couple of times I tried to use Excel Connector it worked fine. However I then started seeing this error every time I tried to use it - the error appears after I put in my password in Excel Connector and click Login.

 

We are on Salesforce Professional. I have tried uninstalling and reinstalling the toolkit and connector, but it hasn't made a difference. I'm using Excel 2010 32-bit on Windows 7 64-bit.

 

I can log in to Salesforce in my browser on the same computer.

 

I've checked that IE is not in Offline Mode, and verified that Excel can actually connect to the internet (pinged a URL using VBA script).

 

I've tried disabling my antivirus (MSE) and windows firewall.

 

I've tried changing the server url as suggested by this thread (had to modify registry keys to do this as that field was not editable in the connector.

 

None of these resolutions worked.

 

Has anyone experienced and managed to resolve this, or can anyone suggest any other possible resolutions?

In the Analyze Your Data Over Time module  where it says:

In the default exploration state, as you remember from the previous unit, the query is aggregating on count of rows with no grouping and no filtering. Start a new exploration by going back to the My DTC Sales app and opening the DTC Opportunity dataset. You’re interested in the number of tablets involved, so complete the following steps.
Click Count of Rows to change the measure.
Select Sum in the aggregation functions list.
Select # (number sign) for the measure to see the number of products in your closed opportunities

If I select Sum the only option is amout. Is the trailhead dataset in sync with the directions?