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
guna malliguna malli 

I have two objects like MA and MR,Here MA is parent of MR.And MA have two fields like name and picklist.now i want to write Vf page for MR.now in that page i have dispaly the parent field values with depandence values

I have two objects like MA__c and MR,Here MA__c is parent of MR__c.And MA__c have two fields like "name__c" and "Type__c'.now i want to write Vf page for MR__c.Now i want do display "list" values is equal to  "type__c" of parent field values and one more value is filter controlling values of type of name__c only display here.
Example: parent object have "name__c(text)" A,B,C,D,E,F records  and "type__c(pickllist)" values are : Cold, Hot only 2 values ,here 4 records(A,B,C,D) names are categery of cold type remaining 2 records categery of Hot.
Now requirement  child (MR)  object have no fields.here i want to write VF page for display parent "type__c" values like picklist(Cold,Hot). and whenever  select "cold" one more field display related names like A,B,C,D.on VF page