LiJinHuan
2023-06-14 ab82c3dc45502b05db195ff96b36c6eda7144f3b
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>