The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
22 views

When logged into an org via the Subscriber's tab, why can't I see the the printable view / export to excel option on a report? [duplicate]

Possible Duplicate: What features are disabled when you log in to someone’s account using the Grant Login feature? As a Salesforce ISV Partner, when logged into a salesforce customer's org ...
0
votes
1answer
33 views

Data export permissions for custom profile

I have a custom profile. I want that profile users to able to export data using "Data Export" link under setup menu. But that link is not visible to that user. How can I make that link visible to my ...
1
vote
1answer
72 views

Data export from app on app exchange

I have a SFDC App which does data (Account, Contact, Lead) segmentation and flags them according to segmentation rules. I want to be able to provide a link on visualforce page to download certain ...
6
votes
1answer
94 views

Backing up and Restoring a Salesforce Org

There is a bit of information around which discusses backing up Salesforce using the data export capabilities or one of the data loader tools to download SF data into text files or ar relational ...
5
votes
2answers
283 views

Automated Full export and Upload to FTP?

I want to create an automated process, that will trigger/create the Export Service https://eu1.salesforce.com/ui/setup/export/DataExportPage/d And once complete, will upload all the resulting ...
7
votes
1answer
522 views

How do I use Visualforce to generate a CSV file that can be downloaded using IE8?

I am using the following Visualforce Page as an endpoint that generates a CSV file using POST data that it is handed. The following page definition works great for everything but IE8 (Internet ...
2
votes
1answer
195 views

Help with a report and/or Data Loader Export/Query

I am currently use the Salesforce for Wealth Management managed package (unfortunately), and I am struggling to export or report on some of the data. The model is set up like this: 'Relationship ...
2
votes
2answers
68 views

exporting “complete” data for former users

I have an interesting request: We sold a region to another company, and we'd like to give the departing salespeople their data. It's a simple query to get everything the 4 users from that region ...
6
votes
1answer
393 views

How to get Visualforce to output Excel with column freezing (panes)

I'm trying to get a Visualforce page to output to an Excel file that contains column freeze points. Is this possible? The "plain" Excel is working via: ...
5
votes
4answers
586 views

Printable ERD from Salesforce that you can Edit

I built a solution for a customer and I want to pull the ERD from the Salesforce instance and have the ability to edit it. I know there are a few tools and the Schema builder in Salesforce but none ...
2
votes
2answers
436 views

Automate the downloading of Data Export zip files

After a Data Export has completed there can be a large number of zip files to download. If there are 80+ files at 130 MB (In Summer 12 the limit has been increased to 512 MB) each and each file takes ...
8
votes
5answers
2k views

Copying metadata and code from one Production org to another

How do I copy(for want of a better word) metadata (i.e. Objects, Workflows, Validation rule etc), and code (Apex, Visualforce, Triggers) from one Production org to another production org? Is this ...