My Stuff
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
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
-
I would think you could accomplish this by setting that "buyer" field to be "- Mine -" if you want the user to see only their own or '- My Team -' If you want them to see their subordinates as well.
-
One option to consider is to make this an 'inline html' field and then set the 'Default Value' using a formula. Something like CASE WHEN {item.field_to_consider} = T THEN '<p>Yes</p>' ELSE '<p>No</p> END You could also get fancy and have it put a checkmark or some other icon like this.
-
It looks like you need to update your code to var lineErrorMessage = { title: "error", message: "error", }; dialog.alert(lineErrorMessage);