The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
71 views

How to render Google visualization Api Table and ImageChart as pdf

I am using Google visualizatio API Table and Imagechart . I want to render it as pdf . Please suggest me. Here is my code: formatCurrencyLabel = function ( value ) { return "$" + String(value); } ...
2
votes
1answer
83 views

How to load multiple markers in Google Map inside the Salesforce

Can anybody please advice IF given with Address coordinates (X,Y) of each customer address in Salesforce, how can i put multiple marker for all the client in Salesforce that a company owns on top of ...
1
vote
1answer
66 views

Organizational Chart in VF page

I am trying to make an org chart in VF page using google analytics, it working all well but facing a logical issue. There are some 50 child accounts to the parent and in org chart all the child ...
6
votes
1answer
167 views

API Access to Google Doc Attachments?

Is there any way to query for Google Doc Attachments? For instance, the following SOQL queries return all Notes and Attachments whose parent is a Salesforce.com record, but I can't find any equivalent ...
7
votes
1answer
166 views

Mass-Edit records in Google Spreadsheet

Mass-Editing data in Salesforce is a pain. And even if tools like AppBuddy make this less click-intensive, none comes close to Excel or Google Spreadsheet. So I was just thinking if one could push ...
1
vote
2answers
177 views

Gmail Forwarding Address verification code for Apex Email Service

I have written an Apex Email Service and would like to setup a rule in gmail to forward certain messages to the Email Service. The first step when creating a forwarding address in gmail is the ...
1
vote
2answers
198 views

Appexchange product for Google Calendar / Contacts Sync

Looking for some apps that would help me to sync Google calendar and Contacts with Salesforce. I am aware of the Cloud Sync from Appirio. Any other apps available for doing this?
4
votes
2answers
148 views

Determine from Apex (or API) whether Google Apps integration is enabled

Is there any way to determine from Apex (or through the API if not in Apex) whether a Salesforce org has the Google Apps integration enabled? If so, is there any way to access from Apex/API some of ...