You need to sign in to do that
Don't have an account?

Can a Custom Button pull data from a field from a related object?
Hi All,
We have a custom object called Payments, which has lookup relationship with the Account object. I have a button on the Payment Object which is trying to pull in some fields from the Account it is related to. Here is an example of the code, which is not working: &00N300000016SIV={!Account.PaymentAddressLine1__c}
Any suggestions?
TIA
--David
You'll have to query or for the value, use a vf page, or make a formula field.