摘要: Just use Ajax pattern to call object data from server on visualforce page.Following is the Asynchronise demo:If we want to use the Synchronise model. Just use the query function without callback. Following is the demo code.sforce.connection.query("Select Id, Name, Industry From Account order by 阅读全文
posted @ 2013-10-24 10:21 Eric Sun 阅读(1068) 评论(1) 推荐(0) 编辑