• kostya_de
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies

Hi,

 

I have a list of opportunity competitors on my Visual Page:

 

 

<apex:relatedList list="OpportunityCompetitors" subject="{!Opportunity}" id="compList"/>

 

 

 

After adding of new competitors opportunity page is opened. How to navigate back to my visual page?

 

TIA,

  Kostja

I need to create VF page with button which creates new element related to current and add it to list. I want to fill automatically master field and maybe some additional fields.

 

Can I extend code below some how to make it?:

 

 <apex:commandButton action="{!URLFOR($Action.CF_OtherOp__c.New)}" value="new bussines opportunity"/>

 

If not how its possible to implement? 

  

Thanks,

  Kostja 

I need to create VF page with button which creates new element related to current and add it to list. I want to fill automatically master field and maybe some additional fields.

 

Can I extend code below some how to make it?:

 

 <apex:commandButton action="{!URLFOR($Action.CF_OtherOp__c.New)}" value="new bussines opportunity"/>

 

If not how its possible to implement? 

  

Thanks,

  Kostja