• Pran_sfdc
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
I have to autopopulate a picklist value when i create a custom object record.
That picklist value should be autopopulated when i click create new.Can i do this using trigger?

Hi,

 

I am new to visualforce.This is a simple requirement,but i am not able to get this work.

 

From account detail page ,i need to navigate to a new page on a button click.

On the new page,all the contacts associated with that account should be displayed and a button called "show opportunities".opportunities associated with the account should be rendered on that button click only.

BUt even if i use the rerender attribute,opportunities are always displayed on page.I used the Account standard controller.

 

Can someone guide me?

I have to autopopulate a picklist value when i create a custom object record.
That picklist value should be autopopulated when i click create new.Can i do this using trigger?