LiJinHuan
2023-06-15 e12c66f975f2e3fc6f195198b6bb983b1f94dfa6
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>