4. Visualforce Remote Object 1. Useful tool for quickly creating pages with basic data operations. 2. DML operation from Java script. 3. What are current possible method? 1. API call 2. Java script remoting[With Apex controller] 4. More suitable for Salesforce1 application. 5. No Apex controller and No Test class #SalesforceChennai
5. Remote object parts 1. Access definition Written in visual force 2. Data access function Written in java script. 3. Supported actions in Data access function 1. Retrieve 2. Create 3. Update 4. Upsert 5. Delete
6. Demo #SFDUGChennai
7. Initiate and Get Records 1. Initiate the remote object 2. Retrieve method #SalesforceChennai
9. Tips Field level security Transaction Boundaries Avoid complex business logic in java script #SFDUGChennai
10. Limits All your Visualforce limits still apply. You cant escape You can retrieve a maximum of 100 rows in a single request. [Use OFFSET to query more]
11. Try it yourself! Source Code - http://bit.ly/VFRemoteobj Create a Visualforce page Paste the code and run it #SFDUGChennai