摘要:
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 阅读全文