My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
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
-
Doesn't really work that way. You have 2 options - either you define a Online Customer Form in Netsuite and then stick it in your website using something like an iframe, or you define a form in your site like you did, but you need to code a Suitelet in NS ready to accept the submission. Using Online Customer Forms doesn't…
-
Yup, scheduled script that fire every hour, executes the search, and writes the file in the cabinet.
-
It's certainly achievable by scripting. What is the logic, exactly? If someone buys a bang-on multiple of the box quantity, you give him like a 5% discount or whatever?
-
Cycle through the line items and set 'isclosed' to 'T'.
-
I would file a case with Netsuite then.
-
No it is not. You can do many things with scripting, but you can never override Netsuite's transaction statuses. This is basically to protect the integrity of the data. It may not be what you need in this particular case, but you may consider Closing the SO if you do not expect further billins to be made against it.
-
You can give login access to Contacts so they can buy on behalf of their "parent" Customer. If you want to "sell to contacts" in the sense that the contact's name appears in the Customer field, then that is not possible. What you need to do is create a Customer (is individual) for every contact you want to sell to.…
-
1. Did you positively identify the role used to make purchases? 2. Did you tick in "Use Permissions" 3. Try giving Full acccess to the custom record instead of view or edit
-
You can use custom record. Another way is using actual Inventory Item if you need to track limited seating. We have a customer that has a web store and they sell classes this way (+ quite a bit of customization inside NS, but the basis is inventory items)
-
GProxy do really good work, you can check them out. www.gproxy.com
-
Definately possible with Suitescript, probably also possible with Workflows. Saved Search email alerts miiight be possible too.
-
You need to use javascript for logic like this.
-
Hi, Check out Web Site : Web Site Overview in the Help. This will present the different approaches to having a web store linked to Netsuite, and if you want to do it yourself, you can then follow the rest of the Help to understand what needs to be done.
-
Hmm. Create a location to holds only 75 of these?
-
You *might* be able by manipulating the DOM.
-
You should be able to set this up using Workflows or scripting and some saved searches.
-
Hi there, We'd be happy to give this a look with you. I will send you an email with contact information.
-
Controling the price is *relatively* not too difficult. A scheduled process monitoring quantities and editing the Online Price isn't too hard to set up. However, properly identifying the sale on your web store is a bit trickier. I'd go with some javascript that reads the price and writes "Special sales price!" or whatever…
-
Renaming an items shouldn't have caused any problems (of course one can never rule out bugs). Did you simply edit and change the name, or did you make a copy of the item first?
-
Could it be possible your Web Service user had his permissions changed?
-
Hi Marcus, "[...] if a new customer purchases Item A in addition to other items we want to charge a different amount" The "in addition" part throws a loop on things. Otherwise, you could have used Item Pricing found on Customer records. Right now I'm thinking this needs to be handled with scripting. Of course, to have an…
-
Yup. It's basically just an If() on the Source, and then use nlapiSendEmail().
-
Definately possible with scripting.
-
The only concern I have about Scriptable Checkout is that I have yet to see it! Displaying the correct price on the item page... I can't think of a good way to do that. While you CAN figure who is browsing using scripting, I don't think you can access the contents of the cart. So for that part, I don't see any solution.…
-
Evan, Workflows work on web stores?
-
Ok depends on how you set up your account. So you don't use shipping on the shippng tab, you add Shipping Items already? Starting to sound like the logic is going to require scripting.
-
You could use Shipping line items. You could perhaps bundle the item + the shipping item into an Item Group.
-
No you cannot. The tags are processed BEFORE any javascript is processed. Yes, this makes things very, very difficult.
-
You mean they are giving you money without buying anything?
-
What's the name of the product?