function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sales_usersales_user 

How to add related list into Opportunity object

I would like to setup following Master and Child relationship between Opportunity/Account Plan/Account Tactics.

1. One Opportinity can have  one Account Plan
2. One Account Plan Can have multiple Account Tactics.
3. When I select Account Plan lookup, the corresponding Account Tactics and %complete
   should populate on Account Tactics object. User can select from the picklist the account Tactics value.
   Account Tactics object has "Account Plan" field.
   
4. When I click on the AddLine/Add button, I can create multiple record for a Account Plan.

Can you please guide me , how to do that?





Opportunity (Master)
=============


Opportunity Name: Opportunity1    Account Plan : Account Plan 1    Address:Address1      Sales Owner:      

            


Account Tactics (related List under Opportunity)
======================================

            
Account Tactics(Picklist field)           %complete    (%field)             
----------------------------------------          ------------------------------
AddLine/Add button

Account Tactics1                                                40%                     
Account Tactics2                                                  60% 

Steve :-/Steve :-/

There are some greate "How To?" guides for getting started creating custom objects and related lists in the Documentation section -> http://wiki.developerforce.com/page/Documentation  under Administrator Tip Sheets