Top new questions this week:
|
I updated my Salesforce IDE to the last version (Summer 14 / APIv31) this week and I noticed some issues when saving apex classes that contains characters with accentuation. For example, strings like …
|
I currently run the Apex code using Anony exec/test class and Check the system debug logs or write system.debug to check the logs.But somehow feel the need to check line by line debugging of the …
|
So iOS has some major bugs with input objects in iFrames, the upshot of which is that if you use input fields in a Visualforce page in the Salesforce1 mobile app, you get to deal with those bugs.
If …
|
I have a VF Page where I gather data from Attachments, deserialize the Attachments into Apex Classes, process the data, and then display the data on the VF page with …
|
I have the following markup on a Visualforce Page:
<apex:pageBlockSection title="Account" columns="1">
<apex:inputField value="{!CurrentOrder.AccountId}"/>
…
|
I have a trigger that inserts a new child record (Training Session) below Training Module using a third object (Scheduler). Training Module contains an external ID called Training_Module_ID, but when …
|
I am trying to fire an ExactTarget triggered email using the Salesforce developer console. I am now getting the error "Problem initating message send during deserialization of JSON payload"
Http …
|
Greatest hits from previous weeks:
|
I have a wrapper class which contains a list of sobjects, i want to have th sorting on the fields of these objects in the wrapper list:
The apex code is as follows:
Class jobsWrapper
{
public …
|
I would like to create a custom button for a list-view that applies the same action to all the selected records in the list view.
For instance, in the Cases list-view there are the Change Status and …
|
Can you answer these?
|
An old employee set up our Web-to-lead through "WordPress-to-lead for Salesforce CRM." That works with our website. When we get a lead a form email gets sent out and an activity/task is logged. I …
|
I managed to add a connected app in a sandbox instance but when I try to add one in the production instance, I receive this error.
The application name [name] / [API name] has been used before. …
|
I am creating gmail single sign on in salesforce...i have created class to implement RegistrationHandler Interface but when i try to login with new user it gives an error
Error :Missing Required …
|