My Stuff
Share Your SuiteWorld Experience & Earn a Special Badge!
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
Thanks @Jack Daryl Espiel-Oracle for you thorough answer. It's a bit confusing because formula fields are available for searches on that records level just not from the parent or child level. Saved search fields however are not available at all. Is this forum or suiteanswers the best place to find out more information…
-
This formula is for a result column not a summary filter. I did figure out that adding MAX to the first part of the formula makes it work again. CASE WHEN MAX({custrecord_brkdwn_single.custrecord_brkdwn_single_qty}) IS NOT NULL THEN NVL( MAX( {custrecord_brkdwn_single.custrecord_bulk_item_available} ), 0 ) * NVL( MAX(…