Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Problem with Saved Search : Custom field with Formula
Hi,
I have got a got a custom field
with the formula :Total Available Qty
nvl({custitem_bb1_reservedavailable},0)+nvl({quantityavailable},0)
I am trying to create a search to show what items are not live but showing stock for drop ship and non drop ship its not displaying on the website and to show if its inactive or not inactive. when I tried to select the Total available qty in criteria and again in results it displays "Error in expression", so I tried using the formula numeric in both tabs - Criteria and Result :
it displays the items which show me the correct inventory qty but not the full result showing only 51.{custitem_bb1_reservedavailable}+{quantityavailable}
0