Skip to main content
Emmanuel Corona ha preguntado en #Visualforce
Hi ! I have this query

 

SELECT Id, Name, (SELECT Proveedores__c FROM Proveedores__r), (select name from opportunities where createddate =this_year and stagename='Ganada') FROM Account

where id in (SELECT Cuenta__c FROM Proveedores__c)

and id in (select accountid from opportunity where createddate =this_year and stagename='Ganada')    

But now i'm stuck in how i can show all the Account Name, the Proveedores__c columns and the Opportunity name in a visualforce page

I'll really appreciate your help!!!
2 respuestas
  1. 8 jun 2016, 14:32
    Manojj! thank you so much, I'll try with the wrapper class
0/9000