• Dan Hardy
  • NEWBIE
  • 5 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 7
    Replies
This is my first attempt at a custom controller. I've got a list of 70 projects that are sorted by development stage. The SOQL query is this:

'SELECT Id, Name, Total_Units__c, City__c FROM RCD_Project__c ORDER BY Stage__c,Name ASC'

I want to be able to group by stage of project so the table will look like
Stage 1
  • Project 3
  • Project 9
  • etc
Stage 2
  • Project 5
  • Project 6
I don't want to aggregate the values. I just want a grouped list (like you can do in a Salesforce report by adding a field to the "Group Rows" box in the report builder). Is the grouping possible to do in a VF page or Lightning Data Table or do I have to do this in the controller?

Thanks much.
Hi-
I'd like to develop a 2 way sync with Asana and need to think through how to set it up.  Does anyone have some tips or a guide on how to set up a 2 way sync?  I know there are lots of integration services out there but I'd like to build it from scratch.

For example, when I create a task in Salesforce I'd like to be able to create a corresponding task in Asana and vice versa.  How would I check that I'm not replacing an newer version of the task with an older one?  Would I check the modified date of each?  Stuff like that.

Thanks!
Hi,
i need to integrate salesforce with sage intacct.  anyone please suggest me api endpoint url. 
any sample code and possibilities 
When checking challange 3 of the Business Administration Specialist badge, I get the following error:

Challenge Not yet complete... here's what's wrong: 
There was an unexpected error while verifying this challenge. Usually this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: RZKROCHZ

Many thanks to anyone who can help!
I am trying to complete my badge for the Create Reports and Dashboards for Sales and Marketing Managers, however in one of the challenges for the Group and Categorize Your Data section I keep getting an error message when I try to verify my steps. This report was not one of the reports to create in this section.
Challenge Not yet complete... here's what's wrong:
The 'Users Not Logged in Last 7 Days' report does not seem to grouped on 'Close Date' by Calendar Month.


Why would you group a user log in report by a close date for one, and two Users Not Logged in Last 7 Days is not a report built in this section.

SFDC- can you help fix this?? I can't get my badge because of this.
Trailhead incorrect error message
 
I have embedded a Google Map in a Visualforce page, and included markers and labels based on data from Salesforce.

But Google Maps can't handle the large KML layers I need to add to the map for the client.

Is there a way to embed an ARCGIS map in a Visualforce page, and include markers based on my Salesforce data?

Thanks, 
Baird
Hi-
I'd like to develop a 2 way sync with Asana and need to think through how to set it up.  Does anyone have some tips or a guide on how to set up a 2 way sync?  I know there are lots of integration services out there but I'd like to build it from scratch.

For example, when I create a task in Salesforce I'd like to be able to create a corresponding task in Asana and vice versa.  How would I check that I'm not replacing an newer version of the task with an older one?  Would I check the modified date of each?  Stuff like that.

Thanks!