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.
Bug? Changing hidden list/record column field to disabled via script
I have a requirement where normally an item column field on transactions would be completely hidden and not used, unless the user matches a specific criteria.
So I set up three column fields:
1. a list/record type and sourced to a list/record field on the item record.
2. the other two are date column types sourced to date fields on the item record.
I set all of these to 'hidden' by default. Then in a user event beforeload script, I check for the user criteria and if valid, I set these three columns to be visible. I know that you need to always first set these fields to 'normal' display when bringing a normally hidden field visible so I do this first. Then I set the three fields to disabled (so they are inline displayed).