Sorry, we didn't find any relevant articles for you.

Send us your queries using the form below and we will get back to you with a solution.

SOQL error when updating address fields

Troubleshoot common SOQL errors encountered when updating address fields in Salesforce for efficient problem-solving solutions.

This is regarding the following error that occurs when trying to update address of an account (or contact) using the ‘Address update’ buttons.

Payments2us has the following buttons:

  • On Account - named “Billing address update” and “Shipping address update”.  
  • On Contact - named “Mailing Address Update” and “Other Address Update”.

They have been updated recently. The new ones reference Visualforce pages and the ‘Button or Link URL’ includes an “L” before the account/contact id:

The two scenarios of getting this issue are standard buttons or custom buttons. For both the solution is: Please check that the ‘Button or Link URL’ is following the same format as below and has the ‘L’:
/apex/AAkPay__AccountAddressL?id={!Account.Id}

Refer to following article for steps on how to create a button.

 

Updated at November 5th, 2024

Was this article helpful?