My Stuff
Share Your SuiteWorld Experience & Earn a Special Badge!
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
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);