摘要: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!
阅读全文
11 2013 档案
摘要: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
阅读全文
摘要:$j(document).ready(function(){}); // 或者$j(function(){});第一个是直接使用Jquery调用function,第二个是在文档加载完毕后才去调用function
阅读全文