• shufflepoint
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies

When I use the OAuth token for a REST call from a development server, I am getting an HTTP 403 'Forbidden' response. It works fine on the production server where the token was obtained. Is there some way to get this to work?

Hi,

Just read this article on "Force.com as a Google Visualization Data Source"

http://wiki.developerforce.com/index.php/Force.com_as_a_Google_Visualization_Data_Source

Wanted to find out if that is still the current technical path to
getting Force.com data into iGoogle.  Also curious if that use case is
common among salesforce.com users. Also looking for any other similar

technical articles.

When I use the OAuth token for a REST call from a development server, I am getting an HTTP 403 'Forbidden' response. It works fine on the production server where the token was obtained. Is there some way to get this to work?

Hi,

 

We have a req to run the report and send the excel sheet of the report to the end users on a daily basis. Is there any way to automate this process like everyday report should run at particular time and the results should be automatically mailed to the end users??

 

Thanks in advance,

Malar

  • July 29, 2011
  • Like
  • 0

Hello,

I've read a lot of docs but don't understand how can I use a REST API into Opensocial gadget. As I understood I must get a token for API by two ways:

1) Log in in Force.com and redirect than to my app. However I can't do that because my app is a gadget and I can't handle a response

2) I can't use grant_type=password because user doesn't know his security token.

 

Could you help me or give some advise? I really don't know how to deal with this problem.

 

Thanks.

Report Automation: Refresh Existing Report, Convert Worksheet to PDF, then Email

 

Background
We built an Analytic Snapshot to capture Opportunity Pipeline data so we can report historical trends.  Now, we are interested in reporting on this data to do a period-on-period comparison between this week vs last week data (with an option to compare other periods e.g. Month-on-Month, Quarter-on-Quarter, Year-on-Year).  The problem is that the standard SFDC report output is not 'presentation ready', and produces a report with unsightly rows and columns.  Excel is much more flexible in terms of reordering/renaming headers, layout, and not including summary columns/rows.  For this reason, we are trying to find a solution for SFDC's rigidity.

In addition, we would like to automate this process to schedule the report to run at a specific time and deliver it to a user in a 'presentation ready' format such as an Excel or PDF file.  I am aware of the 'Schedule Report' feature in salesforce.com but as I mentioned we have abandoned salesforce.com's report builder.

We are evaluating several other solutions and work arounds.  I have successfully imported a data-set from the custom Analytic Snapshot object into a target excel worksheet using the Excel Connector and created a pivot table in another worksheet.  I would like to export only the pivot table report (and not the raw data-set worksheet) to a PDF and send it to an email recipient.  Ultimately, I would like to automate the refresh of this data-set (and pivot table) then automatically create a PDF and send it to a designated recipient via email every Friday at 5PM without ever opening the workbook.  Is this possible, how would I go about accomplishing this?

Considerations:

  • Authenticating the Excel Connector with salesforce.com's login credentials and security token.
  • Producing the PDF through an authoring plugin.
  • Exporting and Emailing the PDF output to the designated recipient.


I am open to ANY suggestions and would appreciate any guidance.

Skills
Salesforce.com: Visual Force, APEX, Excel Connector
Excel: VBA, Macros

 

Report Example