In Salesforce, if I\'m binding a text field into a VisualForce page, whats a good way to convert the carriage returns in the text-field into HTML <br/> tags?
In Salesforce, if I\'m binding a date into a VisualForce p开发者_如何学JAVAage, how do I apply custom formatting to it?
UPDATE: OK I figured it out, looks like fread has a filesize limitation, changed this to file_get_contents(\'php://input\')
Salesforce can send up to 100 requests inside 1 SOAP message. While sending this type of Bulk Ooutbound message request my PHP script finishes executing but SF fails to accept the ACK used to clear th
I\'m sending a ACK response back to a SOAP request (via Salesforce) and I would like to capture what I\'m sending back to SF. Now I seen some stuff online that uses ob_start (or one of the ob_ functio
UPDATE: It\'s working as expected just needed to pass the correct Id, DUH!~ I have a custom object in salesforce, kind of like the comments section on a case for example. When you add a new comment i
Sometimes in Salesforce tests you need to create User objects to run part of the test as a speciifc type of 开发者_运维问答user.
Background: I\'m building a small application that will be run daily, pulling data from our own in-house databases and sending it over 开发者_高级运维to our corporate Salesforce instance.I\'ve built a
I am developing a Java application which will query tables which may hold over 1,000,000 records.I have tried everything I could to be as efficient as possible but I am only able to achieve on avg. ab
I\'m investigating options for reporting on data in a custom salesforce application, since the built-in reporting tool is a bad joke.