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
-
We solved it with a script. Fire it on on field change for the billaddresslist (that big box that sources from the billing address drop down), then set the ccstreet and cczip to match billaddr1 and billzip. Use nlapiSetFieldValue, not text. You could probably use the same idea for a workflow (if it can access all of these…
-
::facepalm:: Had Main Line set to true. Quantity does work.
-
How were you able to make negative deposits ? Do you know if it's possible to insert a negative bill credit to the register ?
-
Heck yeah, the 301 redirect (like NetSuite has) did work. Took a few hours to start working, but it worked in the end. Thanks for the shove in the right direction, Wiz.
-
Would that cause problems with search engines? Could we do the same thing using the redirect function that NetSuite offers? Why am I asking? I'll just go try it :)
-
Have you tried using a custom item option using the free-form text type or the text area type? To make it, go to Setup -> Customization -> Transaction Item Options -> New You can attach it to the items there, under the "Applies To" tab, or in the item itself, under the custom tab. Then, when the customer wants to buy an…
-
Don't know much about javascript so this may fail miserably, but could you just create a new div with the settings you want, and then say that if the location is 'https://checkout.netsuite.com/app/accounting/transactions/transactionlist.nl?Transaction_TYPE=SalesOrd' then div__body will not happen at all, and reference the…
-
What exactly are you trying to show? This thread may help some: https://usergroup.netsuite.com/users/showthread.php?t=11745
-
That was it! That was... that was really obvious, haha. Thank you all so much for your help!
-
Back again. The script deployment is working successfully in the Tested status, but when I switch it to Released, it stops working! Am I missing something?
-
Hi, Thanks for the feedback. I was doing the customer.custentity34 because I thought it'd make it so I could get values off the customer record that was related to the case. I was wrong. No idea where that idea even came from. I futzed with the script some more. It's still not working - and I'm at a total loss. It's not…
-
Once again. That was obvious. Thank you for the help!
-
Yeah, that's how I feel about it. Just wanted to make sure I wasn't missing the obvious. Thanks!
-
Set external id to a random number (4) and the error message is now saying "Could not find record with externalid = 4" <--- does the random number external id work for you ? Should I be using the purchase order number as external id instead ? Everything else I did matches what you said so this should be the only issue
-
Oh ok so I'm missing the external ID. I'll try it with a random number and reply with my results. Thank you!
-
Invalid Item Reference Key and then it lists an item's part number, but it only says it about one item on the list. & it says 0 of 1 records imported when there's at least 20 items on the list I'm trying to import..
-
I assume you're importing items, and assigning a category to them; as far as I know, you can't import categories (but maybe we just didn't buy that part of Net Suite!) If I'm wrong in my assumption, you can ignore the rest of this post... But you make the CSV following this formula: Category 1 (header name, can really be…
-
We put in a case. The number is 764413, and this defect has a priority level of S3, and may take up to 120 days to solve. Do you suppose we can tell our vendors that their bills are S3? I'm sure they'd be just as happy as we are.
-
Our case was combined with someone elses, so they're working on it! Thanks! And we did try to reorder the list, but the amount of bills that are due in the future still knocked everything back to the second page. Thanks anyways.
-
It's fixed! Thank you so much!
-
Nope, sorry.
-
Here's a link to it. In frustration I stripped everything out of it except for these 3 fields. https://forms.netsuite.com/app/site/crm/externalleadpage.nl?compid=689066&formid=29&h=2c9c422153f2d556300a
-
We aren't having the problem John mentioned, though.
-
Do you use the NetSuite customer center? If so, were you successful with the responsive design there?
-
I think you have Address Bar Sharing enabed in addthis. The extra code is so they can track shares/clicks.
-
Never mind; figured it out. We had to erase the history, log back into the fake account we made, and then our changes were reflected.
-
We also had a similar product, although it was because someone unchecked the "show uncategorized item" option under set up --> website --> set up website. So that might be your problem, too!
-
Also, could this method be slowing down our website?
-
Finally got some time to work on this. I looked into the custom record idea. It didn't work because you can't (as far as I could tell) dynamically set the custom record's id when you do the whole <getRecordAtrribute... thing. Then I realized I was being stupid and made 18 new fields - 6 document fields, 6 "link title"…
-
Thank you all! It will be a few days before I can give this my full attention but I'll definitly let you know what I did in the end.