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.
Custom Item Formula Field and Custom Record Types
I created a custom record type called 'stock status changes' and I made it a child of item records. On every item record I now have a sublist of these stock status changes so I can see historically all of the stock status changes and I can see how long things were backordered and so on (I should also say that we dont use the Netsuite standard In Stock field). What I want to do is source the latest stock status record and display in a custom field on the item record.
So I may have 5 stock status records - some say In Stock or Backordered but I want my custom item field to source the latest one. That way I can display the most recent stock status on our website. I created a custom item field and put in the formula {custstockstatus.custitemstockstatus} and I nested that within MAX statement. It does indeed work but the behavior is not exactly what I was expecting. Is there away to tweak this formula to show the most recent stock status record?