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