LiJinHuan
2023-05-31 959d6f5d59d38f096b0d6fa454936015cfa80d71
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>