1
chenjingwu
2024-04-11 bf2be9cf1da8b202ba13a18c92c335d49e5e21ce
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>