ディスカッション
NetSuiteの保存検索やレポートをマスターするための究極のガイドである分析センターを使用して、データの力を最大限に活用しましょう。複雑さを単純化し、組織の真の可能性を解き放ちます。今すぐ分析センターに参加して、新たな高みを目指しましょう!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
在庫勘定に影響するアイテムタイプごとの金額を表示する保存トランザクション検索
で 会計 / ERP
適用
製品: NetSuite 2019.2
シナリオ
アイテムタイプごとの在庫勘定に影響するアイテムのレポートを作成する保存トランザクション検索
解決策
- リスト> 検索> 保存検索> 新規作成に移動します
- トランザクションを選択
- 条件タブ> 標準サブタブ>次のフィルターを追加します
- 転記:Trueである
- 勘定科目:調査する在庫勘定を設定します
- 結果タブ> 列サブタブ>次のフィールドを追加します
- 勘定科目
- 計算式(数値)|合計|case when {item.type} IN 'Inventory Item' then {amount} else 0 end|概要ラベル:在庫アイテム
- 計算式(数値)|合計| case when {item.type} IN 'Assembly/Bill of Materials' then {amount} else 0 end |概要ラベル:アセンブリアイテム
- 計算式(数値)|合計| case when {item} is Not Null and {item.type} Not IN ('Inventory Item', 'Assembly/Bill of Materials') then {amount} else 0 end|概要ラベル:その他
- 保存&実行をクリックします
タグ付けされた:
0