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.
NSC | Change the Custom Form on a Record Using Browser Console
Use Case:
There may be instances where a Custom Field does not appear on a record because:
- the current form hides the field, or
- the form used to save the record is locked from a bundle.
Using the browser console, users can temporarily change the form used by the record to access the missing field.
How It Works:
- Open the preferred record
- Click Edit
- Press F12
- Alternatively:
- In Chrome, right-click the page and select Inspect
- In Mozilla Firefox, right-click the page and select Inspect Element
5. Click the Console tab
6. Enter the following code:
nlapiSetFieldValue('customform',<Enter the internalid of the Form>)
Alex Joves | Ask An Expert Live
Ask An Expert Live (AAEL) – An interactive program where Top Contributors share NetSuite expertise, answer your questions, and connect directly with the community. Designed to be informative and engaging, AAEL strengthens collaboration within the NetSuite Support Community. Click here to know more.
0
