Hi,
Unfortunately I need to add a 2nd Address field to Billing Address and Shipping Address since our accounting solution doesn't use very large fields. How can I add the New Address Line into or recreate Shipping Address html and Billing Address HTML in Accounts Detail View? Thank You
Adding the custom field for the additional address line is easy. Adding the custom field to the special HTML field that we create and return from the vwCONTACTS view is harder. Instead of using our special SQL function, you may want to simply add the address fields to the layout view. The main difference is that our special SQL function will not add comma separators or line separators if they are not necessary.