My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Comments
-
-
Hi @Jervin Nicholas Teopengco-Oracle, I'm hidding the field in the configuration of the customfield, when I need to show the fields I'm using a userEvent Script, I'm using the next code to show the fields. const hiddenAllFieldsFE = (form) => { const fieldsArray = [ {id: "custbody_imr_fe_liv_content_version", displayType:…