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