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 

Using A Custom Button To Populate A Dropdown

Hi All,

 

I have a detail page button on the Opportunity screen which creates a new Commission Role sub object.  This button works fine, but when I try to use the same code from the Commission Role object to create a list button, the top two dropsdowns are not populating. 

 

/a0A/e?
00N300000016YF6="NPLP Payment"&
00N40000001fa2f="Commission"&
CF00N300000016SBI={!Opportunity.Account}&
CF00N300000016SBI_lkid={!Opportunity.AccountId}&
CF00N300000016S80={!Opportunity.Name}&
CF00N300000016S80_lkid={!Opportunity.Id}

 

Any thoughts on why this is occuring and what needs to be done to make it occur?