twysparks
2023-05-15 7296f23e64fc26fc8e352e1417599368fa908909
1
2
3
4
5
<apex:page Controller="SaveAssetByCopyController" action="{!init}">
    <script type="text/javascript">
        window.location.href = '/{!newid}';
    </script>
</apex:page>