My Stuff
Comments
-
I havent written anything on this, but the following should get you started in terms of what you'd need to code. You'd be creating a user event script for invoice with triggers to run only on type=create. 1. Check to verify it's an Amazon order you want to auto-pay 2. Capture the invoice internal ID and total $ amount 3.…
-
Cash sales do not require payment to be applied against them as they are transactions for when you receive immediate payment on an item. You can add a Payment Method of Amazon Holding and use that rather than terms. After fulfillment and your auto-bill, you should be good. It would follow the same follow as an online…
-
I believe you'd have to use a script as workflows do not support sublists yet which you'd need to select the invoice to apply the payment against. You could use a script as a workflow action though and create a new customer payment against the invoice using the parameters and accounts you need.
-
The ID for the Customer Payment record type is 'customerpayment' Here's a good resource for both record and field IDs https://system.netsuite.com/help/helpcenter/en_US/RecordsBrowser/2011_2/index.html
-
Yes, you'd want to deploy the script to the Invoice record and only run on the Create event.
-
You can check against the department which is probably the safest bet just in case the memo field doesn't get populated. You'll need to get the internal ID of the department or get the text exactly as it appears in the field and use the following: if(type=='create' &&…
-
We average fairly low volume in retail sales per day (in-store). We use NetSuite's native cash sale capabilities along with a couple tweaks. It isn't perfect for high volumes, but it works right now given there isn't justification incurring the extra costs for a full blown solution. I'd be happy to share any feedback/ideas…
-
Yes, a simple script can handle doing this for both sales orders and purchase orders.
-
You cannot attach files via the Box integration; however, you can include the shared link within the message of the outgoing communication. If you are faxing though, you will need to attach a file somehow. If we need to fax and include an attachment, we have some folders synced and use those to attach. You can probably…
-
You can delete multiple records with inline editting. Simply select a group of records by clicking in an editable field and then Ctrl+Click the bottom record. Use the delete function of the first record and all will be deleted. Alternatively, you can create a custom mass update script to do mass deletions.
-
The NetSuite integration right now gives you a Box.net tab within NetSuite that puts the Box interface within that tab. Additionally, one each record, there is a Box.net subtab that you can associate files with that specific record (each record ends up getting it's down folder). A good bit of the functionality is there…
-
We had a similar situation where we had to display custom item number fields on our transactions. I ended up writting some code to run an item search of the item whose serial number fields I wanted to get and filtered on the serial number. I then returned the information I wanted in columns and displayed that on the…
-
You can actually see a breakdown of your storage to some extent in your account center (Support > NetSuite Account Center and click the Storage Info tab) - might be able to shed some light on the storage allocation
-
anyone ever find this post in the UG with the solution?
-
Is there a date as to when this bundle will be available to all customers?
-
There is a company called SuiteRetail that offers a solution called SuitePOS. I think they've been around for quite some time too, maybe under a different company name, even before RA came big into the NetSuite space.
-
We're working with a company right now, WebpageFX (www.webpagefx.com) for an SEO campaign. We're about 2-3 months into it during the re-design of our website. We're also working with SuiteCommerce on site development and its been a great blend between the two. WebpageFX has a good reputation from our research on them (see…
-
I would recommend SuiteCommerce, www.suitecommerce.com
-
We've used and still do use SuiteCommerce for our ecommerce design and some development. We've had great results thus far. They are a great group of people to work with - very fun and understand NS ecommerce very well.
-
I've spoken to the development team of Box.Net some time back about doing an integration with NetSuite. I saw at the time they had a very sound integration with SalesForce and with the cost of storage in NetSuite any alternatives we could find besides the file cabinet would be a big savings. At that time, we discussed…
-
One of our reps tested this out for the Pro version trial period. The offline sync was one nice feature we found as it provides an offline CRM database if a rep gets outside of cell range without Wi-Fi. Search seemed a bit lacking. It seems the functionality is there but it's difficult to get to. That's one item the rep…
-
It looks like its all maintenance and platform type things that changed per the app store: What's New in Version 1.5 - iOS multitasking - When you relaunch NetSuite for iPhone after you quit or switch to another app, it will automatically load the most recent page/record you were viewing - iOS5 compatibility - NetSuite…
-
Send an email to the team for SuiteDroid to see if you can get a free trial. They do not provide one directly through the Android marketplace.
-
A few of our reps are testing this out right now. I'll share feedback and experience once gathered.
-
We'll be deploying at least 1 either Xoom or the new Galaxy Tab 10.1 within a week or so to our sales reps. I've heard lots of positives about the iPad using NetSuite but not so much about the Android tablets. We've decided on Android because of their flash support for showing videos on the road and also their multitasking…
-
We have 3 Xooms deployed to our sales reps and so far havent had any major issues. Certainly the browser/interface takes some getting used to, but so far no functionality other than scrolling of reports (which isn't a big deal in the field for us) is unavailable.
-
Nice post on the Xoom Reed. Were there any limitations while using NetSuite other than the Xoom level? Nice to see the dropdowns work fine - any other issues while doing advanced stuff like say adding an item to an estimate/opportunity or with popping up new windows, etc.? We've been in a constant search to provide our…
-
Hi David, A client script and/or user event script could make this automatic for you. It would simply grab the header field (Receive By) and loop through each of the items setting the date.
-
I'd probably say no because workflows do not provide sublist support. You could do it with a custom workflow action though via SuiteScript.
-
I think there is a {today} variable for formulas If you're setting a Date field, there should be a special subset of static values for dates that I believe contains this as well.