• Shank_dhel
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 3
    Replies

hi ,

i'm getting objects from schema

based on the user selection of object ,it has to display all the child objects of the selected master object which has master detail relationship .

 

i'm using getChildRelationships() function to get the child relationship

but how to restrict it to get only childs with master detail relaationship

 

thanks in advance

hi,

 

I am using schema to retrive all the objects

i need to check the records of the child object for  the  specific master object

 

 

its like i need to check

for (sobject Parent: parentrecordList) {

   for(sobject child :childrecordlist) {

      if(----) // need to frame a condition such that only the child record of the current parent record should go into the loop

   }

}

 

 

 

thanks in advance

 

d_hel

Hi,

 

Requirement I got is like there will be a mass delete on an object based on a condition and I have to export all the values to be deleted in an excel and have to sent it in a mail to an user

 

 

can this be implemented, if so plz help me...

 

Thanks in advance

Shank_dhel

Hi,

 

 I have a field called Start_date__C ..

Its not a required field ,

how to check whether the field is null or not??

 

 

 

Thanks in advance..

Hi ,

 

  i have added two iframes in an visualforce page

 

 1st iframe has 3 tabs in it 

based on the selection of the tabs the 2nd iframe should be rendered

 

both the iframes have their own controllers

hi ,

i'm getting objects from schema

based on the user selection of object ,it has to display all the child objects of the selected master object which has master detail relationship .

 

i'm using getChildRelationships() function to get the child relationship

but how to restrict it to get only childs with master detail relaationship

 

thanks in advance

Hi,

 

 I have a field called Start_date__C ..

Its not a required field ,

how to check whether the field is null or not??

 

 

 

Thanks in advance..