Unanswered Questions
9
votes
0answers
484 views
Can't get Test.loadData method to run
I cannot get past various system exceptions trying to use the loadData method. It seems to be something with the csv file; changing it alters the cause of failure.
I am using data from production ...
7
votes
1answer
69 views
Is there a way to share account records to a user without sharing to someone above that user in the role hierarchy?
I have an odd sharing requirement. I need almost all accounts to be public read/write for all internal users. A few accounts that are marked as private should only be visible to the owner and a few ...
7
votes
1answer
60 views
Ignore user context while sending SingleEmailMessage
Can we send SingleEmailMessage(s) under admin context and ignore current user sharings and profile access.
Details:
- visualforce email template is related to object B which is not available for users ...
7
votes
2answers
304 views
Convert HTML to PDF in APEX
I am trying to convert an HTML email that is sent to an Email Service into a PDF file. Some of the options I have explored:
attachment.fileName = fileName + '.pdf';
attachment.mimeTypeSubType = ...
6
votes
1answer
55 views
Prevent deletion in Professional Edition
We have SFDC PE, and are also using SFDC for Outlook. We are using 2 way sync for Contacts, and Outlook is always the winner. We are concerned that if someone accidentally deletes contacts in their ...
6
votes
2answers
299 views
Opening a word document dynamically generated from visualforce in Ms Word in print view/print layout by default
Hope this scenario will be very interesting for everyone!! I have a scenario where the user needs to download the word document by clicking a link on page.
This word document is dynamically generated ...
5
votes
0answers
72 views
Developer name already exists for given entity or has been previously used. Please choose a different name
In my managed ISV package I have many deprecated classes. Some of the are global and I cannot change their signature and just mark them as @deprecated.
To make it more obvious that a class is ...
5
votes
0answers
40 views
How can I configure Case Comment notifications to go to the Case Contact instead of the Portal User?
Possible red herring, but this seems to coincide with the release of Spring '13. On a Case record:
if a support engineer clicks "Send an Email", an email is sent to the Case Contact's email. [good]
...
5
votes
2answers
142 views
Cannot edit Deployment Connections when given rights through a Permission Set
The default System Administrator profile does not allow for creation of Change Sets and Deployment Connections. At one time we set up a clone of System Adminstrator with the following permissions ...
4
votes
1answer
55 views
Are scheduled apex jobs allowed in Group and Professional Editions via ISV program
I'm building out a managed package via the ISV program which will run inside GE/PE.
I know that you can get APEX classes into GE/PE via the managed package, but can you schedule these apex classes? ...
4
votes
1answer
41 views
Is there a way to know if a bulk query result was truncated due to size limit?
The documentation says that bulk queries' results are limited in size. http://www.salesforce.com/us/developer/docs/api_asynch/Content/asynch_api_concepts_limits.htm
However I can't find any ...
4
votes
1answer
31 views
Does opt_allOrNone guard against partial lead conversions?
There is a brief note at http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_dml_convertLead.htm about opt_allOrNone preventing partial success of the convertLead DML operation:
The ...
4
votes
1answer
114 views
Lookup popover freezing in place
I have a custom Visualforce page that includes a dynamically sized table. The first column in the table is a Lookup to Account. When that value is chosen, some logic is run to populate some of the ...
4
votes
3answers
258 views
Column in pageBlockTable is not rendering
I got stuck in a scenario. I have a pageBlockTable and in that I have 3 columns with a dataTable in the 3rd column. I have a commandLink in that column, and when I click on that all records are ...
4
votes
2answers
100 views
Case sensitive highlighting of keywords
we have a rich text field in one of our objects that contains an html-document. I have created a search page and a user can click on a 'preview'-button which opens the html in a lightbox. I want to ...

