function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jkcjkc 

two objects without using apex class

is there a way in visualforce to get and set record from two different objects without using an apex class? The standard controller is the parent in the master-detail relationship
Best Answer chosen by jkc
kevin lamkevin lam
You can use the AJAX Toolkit:
https://developer.salesforce.com/docs/atlas.en-us.ajax.meta/ajax/sforce_api_ajax_vf_sample.htm