zhangqian
2023-05-05 8931342889871b2b4b9dd0b1f3a18b0963d8f355
1
2
3
4
5
6
<apex:page Controller="SaveSolutionFromReportController" action="{!init}">
    <script type="text/javascript">
         // TODO jsにて日報画面色変更
        window.location.href = '/{!newId}';
    </script>
</apex:page>