My Stuff
Hello Community! Josh Maxwell, a User Experience Researcher for NetSuite Foundation has fun a question for you. Imagine for a moment that NetSuite had an assistant like Alexa or Siri. What would you ask of your NetSuite assistant? Use this survey link to share your top questions to the assistant.
Here are some examples to get your creative juices flowing.
"Did I pay vendor John Doe last month?"
"Take me to my largest sales order for this month."
"What invoices haven't been paid yet?"
Here are some examples to get your creative juices flowing.
"Did I pay vendor John Doe last month?"
"Take me to my largest sales order for this month."
"What invoices haven't been paid yet?"
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);