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.
Strange formula result
i have a custom field that contains a formula for inventory items. On the inventory item record, the result is correct but in my saved search I get "oracle.sql.CLOB@1b05b43"
Here is my formula
CASE WHEN (LENGTH{custitem_tabbed_descrip}<1) THEN CONCAT({custitem_promotext},{storedetaileddescription}) ELSE CONCAT({custitem_promotext},{custitem_tabbed_descrip}) END
Any ideas?
0