# Sage Business Cloud Accounting Integration

Integrate Address Validation to Your Sage Application

![Browser Extension Demo-screenshot](https://img.ideal-postcodes.co.uk/sage-extension-demo.gif)

## Features[​](#features "Direct link to Features")

* Adds UK Address Finder to new customer and supplier record creation fields

## Screenshots[​](#screenshots "Direct link to Screenshots")

![Address Autocompletion on the Sage Business Cloud Customer's page-screenshot](https://img.ideal-postcodes.co.uk/sage-address-autocomplete-screenshot.png)

## Installation[​](#installation "Direct link to Installation")

This integration uses the Ideal Postcodes Extension which can be downloaded from the Chrome or Firefox extension marketplaces.

See our [Browser Extension guide](/docs/integrations/browser-extension.md) for more information.

## Supported Forms[​](#supported-forms "Direct link to Supported Forms")

### Support URL Paths:[​](#support-url-paths "Direct link to Support URL Paths:")

* /contacts
* /invoicing
* /advanced\_uk

### Address Field Selectors (Supported Fields)[​](#address-field-selectors-supported-fields "Direct link to Address Field Selectors (Supported Fields)")

Customer Account

```
{

  line_1: '[name="contact[addresses_attributes][0][line_1]"]',

  line_2: '[name="contact[addresses_attributes][0][line_2]"]',

  post_town: '[name="contact[addresses_attributes][0][line_3]"]',

  county: '[name="contact[addresses_attributes][0][line_4]"]',

  postcode: '[name="contact[addresses_attributes][0][postcode]"]',

  country: "",

};
```

Customer Delivery

```
{

  line_1: '[name="contact[addresses_attributes][1][line_1]"]',

  line_2: '[name="contact[addresses_attributes][1][line_2]"]',

  post_town: '[name="contact[addresses_attributes][1][line_3]"]',

  county: '[name="contact[addresses_attributes][1][line_4]"]',

  postcode: '[name="contact[addresses_attributes][1][postcode]"]',

  country: "",

};
```

info

Still need help? Contact our support team via live chat on our website or email <support@ideal-postcodes.co.uk>.
