megaphone
SuiteWorld 2026の登録が開始されました。今なら300ドル節約できます。 今すぐ登録しましょう

プロフィール

Avatar
ロック解除可能なバッジを表示 ロック解除可能なバッジを表示
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.

Jack Daryl Espiel-Oracle Gold Crown

コメント

  • Hi @"PaulFleetwood", Since division by NULL would also throw an error, it is not recommended to use nullif() because it would just replace zero(0) with NULL. Alternatively, you can have a condition that checks if the denominator evaluates to zero(0) like in this formula: CASE WHEN TO_NUMBER({amount}) != 0 THEN…
  • Hi @"JCirocco", I've performed testing on our Test Account with the Consolidated Invoicing bundle installed and came up with the following solution get your desired result: 1. To group Invoices by Ship To State, you need to create a Custom Transaction Body Field first that will contain the information. The reason a Custom…
  • Hi Paul, This is to address your second concern. To customize supported sublists such the Relationships > Contacts Sublist to add/remove columns, follow these steps: 1. Open a Sales Order/Quote in View mode 2. Click the Customize View button at the top part of the Relationships > Contacts Sublist 3. On the Sublist View…