zhangchunxu
2023-07-14 63f4c248149d330215d2da44d3f9de08fdb3c0ef
1
2
3
4
5
6
<apex:page Controller="SaveLeadFromReportController" action="{!init}">
    <script type="text/javascript">
    // TODO jsにて日報画面色変更
        window.location.href = '/{!lid}';
    </script>
</apex:page>