涂煌豪
2022-03-24 7a6bde159e19c304b3a512ed21171b7ce09055d9
1
2
3
4
5
6
7
8
9
10
11
12
<apex:page standardController="TransferApply__c" showHeader="false" sidebar="false">
    <script type="text/javascript">
        function init() {
           var str = window.location.href.replace('apex/TransferApplyNew?', 'a4C/e?Name=*&nooverride=1&');
           str = str.replace('&save_new=1', '');
            window.open(str,'_self');
        }
    </script>
    <body onload="init()">
        
    </body>
</apex:page>