Bhuvarahan / npsp

Automatically exported from code.google.com/p/npsp
0 stars 0 forks source link

"New Contact Donation" list button has hard-coded "Lead Source" value #186

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. using contacts & orgs version 1.66 with opportunity record types
2. add "New Contact Donation" button to opportunity related list of contact 
object
3. add "Lead Source" to the page layout of your opportunity record types
4. click "New Contact Donation" from a contact
5. select any record type and continue
6. see that the lead source is populated with the value "External Referral"

What is the expected output? What do you see instead?

The Lead source field should be blank (or possibly = the contact's lead source 
field value). Instead the button creates a new donation with a lead source 
value of "External Referral", regardless of whether that is a valid selection 
for that picklist.  You can see that in the custom button link URL that this 
value is hard-coded.

What version of the product are you using? On what operating system?

contacts & orgs (npe01) version 1.66 with opportunity record types

Please provide any additional information below.

A savvy admin/developer can re-create this button without the lead source value 
being passed, but it is tedious to do so and the package should not hard-code 
this value.  I did so by recreating the entire thing without the text 
"%26opp6%3DExternal%2BReferral".

Original issue reported on code.google.com by bender...@gmail.com on 18 Aug 2010 at 6:18

GoogleCodeExporter commented 8 years ago
Thanks. That appears to have always been a problem. The new donation from 
Account button is also affected. Both have been fixed and will be in the next 
release.

Original comment by gok...@gmail.com on 18 Aug 2010 at 7:05

GoogleCodeExporter commented 8 years ago

Original comment by gok...@gmail.com on 27 Oct 2010 at 6:33