1
chenjingwu
2024-05-24 5d1cb2d71659c3d6ab85378f6f7b4346b50a8554
1
2
3
4
5
<apex:page Controller="SaveAssetByCopyController" action="{!init}">
    <script type="text/javascript">
        window.location.href = '/{!newid}';
    </script>
</apex:page>