LiJinHuan
2023-06-24 c7ad1a04eb37c7aa799085c03acd0e2354d85a64
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>