sunxia
2022-03-29 1a7367c38242644640b0abcb4f9773ed32d4b450
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>