<html><head><meta><meta><meta><meta><meta><meta><meta><meta><meta><meta><meta><meta><meta><meta><meta><meta><meta><meta><meta><meta><meta></head><body style="word-wrap: break-word;">﻿



    <meta charset="utf-8">




    <button type="button" onclick="resetFacilityLocation()">Reset Facility Location to Source</button>

    <script type="text/javascript">

        function resetFacilityLocation() {
        var tempValue = window.parent.Xrm.Page.getAttribute("btsss_src_addr_line1").getValue();
        window.parent.Xrm.Page.getAttribute("btsss_addr_line1").setValue(tempValue );


        }

    </script>

</body></html>