ディスカッション
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.
キットの在庫アイテム、アセンブリ、および使用可能なコンポーネントに使用可能な数量を示す保存検索
適用
製品: Netsuite 2019.2
シナリオ
在庫アイテム、アセンブリ、およびキットの使用可能なコンポーネントに使用可能な数量を示す保存検索を作成するには、次の手順に従います。
解決策
- リスト> 検索> 保存検索> 新規作成> アイテムに移動します
- 条件タブ> 標準サブタブで、次の詳細を入力します
- 種類:アセンブリ/部品表、在庫品目、キット/パッケージのいずれかです
- 結果タブ> 列サブタブで、次の詳細を入力します
- 名前|概要の種類:グループ
- 在庫場所|概要の種類:グループ
- 種類|概要の種類:グループ
- 計算式(数値)|概要の種類:最大|計算式: case when {type} IN ('InventoryItem','Assembly/Bill of Materials') then (NVL({locationquantityavailable},0)) else null end
- 計算式(数値)|概要の種類:最小|計算式:case when {type} = 'Kit/Package' then NVL({memberitem.locationquantityavailable},0)/NVL({memberquantity},0) else null end
- 保存&実行をクリックします
タグ付けされた:
0