ディスカッション
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 {transaction.accounttype} = 'Income' then {transaction.account} else null end > Custom Label = Income l Summary Type = Income
・計算式(テキスト) > 概要の種類 = 最大 > 計算式 = case when {transaction.accounttype} = 'Cost of Goods Sold' then {transaction.account} else null end > Custom Label = COGS l Summary Type = COGS
・計算式(テキスト) > 概要の種類 = 最大 > 計算式 = case when {transaction.accounttype} = 'Other Current Asset' then {transaction.account} else null end > Custom Label = Asset l Summary Type = Asset
ただし、使用するフィールドはトランザクション履歴から取得されるため、これはトランザクションのあるアイテムでのみ機能します。
アイテム保存検索で勘定科目名の勘定科目番号を使用できるようにするために、機能改善リクエストがすでに要求されています。 これは機能改善番号75028です。
タグ付けされた:
0