摘要:Looking for a bit of creative inspiration, perhaps? Then get assistance with your app or project by reserving a 1:1 design / UX consultation. Our web and visual design experts will help you find transformative solutions. Sign up now, spots are limited!
阅读全文
随笔分类 - | Salesforce |
摘要:Need help architecting or coding your application? You can get technical help with building applications in the cloud by reserving a private 1:1 consultation with a Force.com, Heroku, or Database.com expert. Be sure to make an appointment… Spots are limited!
阅读全文
摘要:Kick-off Dreamforce at the AppExchange Partner Keynote and hear from industry experts about the trends they see in the market and the enormous opportunity around enterprise apps and mobile. Plus, get the latest updates on the Salesforce platform and gather strategic insights from our program leaders
阅读全文
摘要:Apex allows you to build just about any custom solution on the Force.com platform. But what are the common design patterns and associated best practices for Apex development, and how can you leverage these patterns and best practices to avoid reinventing the wheel? Join us to learn some common Force
阅读全文
摘要:While developing your Visualforce pages you may need to be able to obtain the URL of certain actions, s-controls or your static resources.I found it personally a challenge since the documentation for "URLFOR" function is not included in "Visualforce Developer Guide" itself and in
阅读全文
摘要:Use CaseIn Salesforce, when you click on the standard ‘New’ button on a Related List to create a new record on the child object from the record currently in context in a Detail Page, after you click ‘Save’ and save the new record, it returns you to the Detail Page for the newly created record by def
阅读全文
摘要:http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_debugging_debug_log.htm
阅读全文
摘要:http://www.forcetree.com/2011/12/insufficientaccessoncrossreferenceentit.html
阅读全文
摘要:http://www.salesforce.com/us/developer/docs/pages/Content/pages_controller_sosc_list_views.htmhttp://boards.developerforce.com/t5/Visualforce-Development/List-views-and-StandardSet-List-Controller-question/td-p/192047
阅读全文
摘要:http://forceprepare.com/http://forcecertified.com/certifications/certified-developer/http://blog.lopau.com/finally-passed-my-force-com-certified-developer-exam/http://www.proprofs.com/quiz-school/story.php?title=developer-examination-kvp-business-solutions
阅读全文
摘要:we can use the username & password flow that's part of the oauth2 support.Hi all, I have arrived the solution to my problem. Actually, I was examining the sample given in the link http://wiki.developerforce.com/page/Getting_Started_with_the_Force.com_REST_API . Then implemented OAuth 2.0 Use
阅读全文
摘要:This tutorial will show you how you can authenticate to Salesforce using RESTful services.Configure remote access in SalesforceThe first thing to do is to allow external applications to connect to Salesforce. External applications will be recognized by two values - client_id and client_secret. In or
阅读全文
摘要:http://wiki.developerforce.com/page/DemoREST.javahttp://wiki.developerforce.com/page/Getting_Started_with_the_Force.com_REST_APIhttp://www.salesforce.com/us/developer/docs/api/Content/implementation_considerations.htmhttp://www.salesforce.com/us/developer/docs/api/Content/sforce_api_calls_login.htm
阅读全文
摘要:Call External Web Service from Salesforce ApexSometimes, you may need to call an extenal web service which might have written on a serverside language like .net, php or java.Once you made your web service on the serverside or you can use a third party web service api.I will explain you this usingAut
阅读全文
摘要:There was a issue with the SOQL query. The query was taking a longer time to execute and when it was crossing 120 seconds, it was giving time out error. i had to use some index fields in my query to narrow the query range. it worked for me.Some times due to queries it takes lot of time to execute.Tr
阅读全文
摘要:I found the problem. The issue was the following: My batch process had a global variable which was keeping instances of lists of records that were created in each execution of the method "execute". Therefore I wasunnecessarilyaccumulating records in memory and that caused the error "B
阅读全文
摘要:If you are trying to accomplish this task (getting a CSV file to download in IE8)using Salesforce.com(in which case your front-end is Visualforce and you can't set all of the headers, only some of them), here's what you need:<apex:pagecache="true"contentType="application/oc
阅读全文
摘要:http://blogs.developerforce.com/developer-relations/2011/03/visualforce-rerender-and-internet-explorer-9.htmlVisualforce AJAX and Internet Explorer 9 Error (and Fixes) [UPDATED]ByJOSH BIRK|Published:MARCH 24, 2011UPDATE:An official patch has been released by the Visualforce team, so this should no l
阅读全文
摘要:When an administrator enables feed tracking, users see updates for objects and records they follow in theirChatterfeed. Many objects and fields are tracked by default, but administrators can further customize feed tracking to include or exclude specific objects and fields.Available in:Group,Professi
阅读全文
摘要:Q.1)You can use Global Search when Chatter has been disabledA.TrueB.FalseQ.2)On an object you can select ____ fields to track for Chatter FeedA.10B.15C.20Q.3)Which data can be synced using the new Salesforce for Outlook?(Choose 2 answers)A.EventsB.Custom ObjectsC.LeadsD.ContactsQ.4)The Highlight Pan
阅读全文