ディスカッション
NetSuiteの保存検索やレポートをマスターするための究極のガイドである分析センターを使用して、データの力を最大限に活用しましょう。複雑さを単純化し、組織の真の可能性を解き放ちます。今すぐ分析センターに参加して、新たな高みを目指しましょう!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
アドバンスト PDF/HTML テンプレートを使用して、印刷された経費報告書にトランザクション通貨を追加する方法
適用
製品: NetSuite 2024.2
シナリオ
印刷された経費報告書の金額の横に「トランザクション通貨」を挿入するアドバンストPDF/HTML テンプレート。
解決策
- カスタマイゼーション>フォーム>アドバンスPDF/HTMLテンプレートに移動
- 希望のテンプレート:カスタマイズ/編集 をクリック
- 右上隅:ソースコードを切り替える
- ラインアイテムのリストを探す
- 下記のコードを追加:
<th colspan="4">${expense.currency@label}</th> <th align="right" colspan="4">${expense.foreignamount@label}</th> <td colspan="4">${expense.currency}</td> <td align="right" colspan="4">${expense.foreignamount}</td> - 保存をクリック
タグ付けされた:
0