• Parteek Kumar 5
  • NEWBIE
  • 10 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 8
    Questions
  • 5
    Replies
Hi All,

I have a variable of get set type, I am showing this variable value on visualforce page using outputtext tag. Now user wants to edit this outputtext value on double click. I am also using inlineeditsupport tag for achive this but this is not working with ouputtext tag.

Please help me...
Hi,
I am trying simple example of SOQL, to diaplay name of all the accounts, using below statements:-
Account act = [Select name from Account];
for (List <Account> a: act)
{
system.debug('Account Name'+ a);
}
It thorws an error-Loop must iterate over a collection type: Account
What, I am missing here?
Hi,

How to write code when Account updated Contacts will created and as Contact created Opportunity also get created
Hi All,

I want know the about the relationship between Lead, Account with Topics because i need to query those lead or accounts record which have a topic added.

Hi Everyone,

 

 

i need to develope an apex component in such a way that it should create a pageblocktable by taking object name ,fields name dynamically.For this i written a controller but it is not make my need.my approach is i'm trying to retrieve field names from wrapper class,object name dynamically from database.query and i will bind this wrapper to my page block table.
 Can anyone help this scenario with some sample code please guys??
 
Thanks,
bhagi