denny chen
2023-03-29 6a471bc62a8567abd74dcef733fcddf9911b6a16
1
2
3
4
5
<apex:page Controller="SaveAssetByCopyController" action="{!init}" lightningStylesheets="true">
    <script type="text/javascript">
        window.location.href = '/{!newid}';
    </script>
</apex:page>