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.