张宇恒
2022-04-06 d9f996d01b56c8ecf76116316da7686621f4f91f
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>