Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
DECODE Function on Customer Search
Hi all,
I'm testing out using the DECODE function on a customer search. I have a custom integer entity field created on customer records called "Integer Test" (custentity3). I created a few test customer records and input "1" into this field. (This field will either contain a 1 or 0 which I am trying to show as T or F, respectively in search results).
I created a customer search with the criteria of looking for any customer record with a "1" in the Integer Test field. It successfully returns the two test customer records I created.
In the results field, I want to use the decode function to display T or F in the results instead of the 1 or 0 that is stored in that field. This is where I'm getting confused as to how to use it. I've added a result - Formula (Numeric). In the function column, I've attempted to use the DECODE function but keep returning errors when I view the results. Here is what I'm using: