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
-
You could use a script placed in the header or footer of the site. The script would append the title of the page with whatever text.
-
One solution would be to use a client side script to hide that part of the text.
-
Yes, a client-side conditional script can be written to check what the value is for the customer role and then based on the value, hide or show whatever content.
-
hello Bo I used the button's parent selector in CSS and solved the problem. But the original design of NS is not good. Selector id should be unique. Thanks! Do you mean the original design made over 10 years ago that is still in use today?
-
A client side script can be used to select and set the css for either button. PM me if you need details.
-
call mynetsuitesite.com/?search=
-
There are probably several ways to put a copy of the pagination above the items through jquery. Try using clone: http://api.jquery.com/clone/