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
Book_GuyBook_Guy 

Edit Partner Related List

Hi All -

 

In the Partner Related List on the Opportunity screen it does not have the "Edit" option, just Delete.  Does anyone know if "Edit" can be added and/or why it is set up this way?

 

TIA

 

David

advlgxadvlgx

Yeah, it's kind of hard to access. It hangs together somehow with 3 tables/objects in your schema, AccountPartner, OpportunityPartner and Partner. AccountPartner and OpportunityPartner you can not access at all other than to query the tables. The Partner table is accessible but you would have to try to figure out how it all works, to write a custom interface that lets you edit the Partner table record. The key is somehow within the Partner.ReversePartnerId field and if you look at it you see 2 records for every entry you make in the interface.

 

Never have been able to figure it out completely but there are a few things to go on.