Overview
You want to update the Service Address for a customer.
Solution
To update the service address, please follow these steps:
- Log in to the CSR site.
- Search for the customer using the account number:
- Go to the Utility Accounts (ESI/LDC) tab and click Edit.
- Edit the service address:
- Click Save.
<supportagent>
The address can also be updated from QAT with query ID 1407. You will need the PremNo
/UtilityAccountNumber
to update it through the QAT. If you have only been provided the Customer No., you can find the PremNo
with the following query
select Premise.PremNo from Premise
join Customer on Premise.CustID = Customer.CustID
where Customer.CustNo='<client provided customer number>'
Once you have all the details, select the client-specific DB for the query in QAT, and populate the address fields as supplied.
</supportagent>