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
-
You could add a subtab on the SO form that has small search results displaying the first 3 points. For the first point, you should have a button ontop of yor SO called "Auto Fill". This populates the SO with the last order. Alternatively, you could use Make Copy to quickly copy an existing SO. You could even maintain…
-
Hmm, couple of neat ones we did - For a logistics company, automated confirmation email that the carrier can simply reply to, and that records the confirmation A field on webstores, that users can simply type in the SKU of the product (with assisted auto-complete) with single add-to-cart button, so people don't need to…
-
I got an error on your install script. "SSS_MISSING_REQD_ARGUMENT id". Might want to check that out.
-
Hi there, We at ERP Guru are experts in customization. In your particular case, we have actually done similar things for other schools, so this all sounds very familiar to me! Please feel free to contact me to discuss your requirements in depth. I am confident we'll be able to help you with all your projects.
-
What about Partners that answer questions here for free? That's like a ROI of infinity. Beat THAT!
-
Hello We are Netsuite Partner specializing in custom scripting. I have sent an email to the email address you provided. Best Regards
-
Hi David, As Netsuite Partners we have done this sort of thing many times. Please contact me via the information in my signature and I'll discuss this project with you. Thanks!
-
Coolio. Here's an example of an alternative ZIP lookup search with complimentary automatic IP address location lookup: http://hansdevice.com/shop_online You only need to coordinate with one consultant (i.e. me) to get this one ;)
-
Hi Rafe Martin McNicoll from IT-Ration should have sent you an email offering our services. Please let me know if you need anything else from us.
-
You can't; Mobile app does not support Sandboxes.
-
Negative
-
Woah, Malin... after I posted this I called Support and asked the same question, and the answer was "Yes, you can". Which is correct? Can you or can't you? Thanks
-
Is it possible to Approve Sales Orders from the iPhone app?
-
Mmm, how did you "created a custom field (type list/record) with only the values needed" Did you create a brand new custom list and you hand-keyed the values you wanted? If so, that will not work as the Internal IDs will not correspond - unless you use scripting to transfer the values between dropdowns via getText and…
-
Because Pending Approval is a voluntary action. Pending Billing implies fulfillment has been performed. NetSuite is a strict formal transnational system and protects its data integrity. I would recommend you spend some time understanding the ERP system before seeking to customize it, otherwise you will be spending a lot of…
-
Dew is correct
-
I'd use a custom field.
-
Hmm. I don't think this would be possible with a Workflow, since workflows can't ever touch sublists. I think you're going to need a script.
-
Yes, either through a workflow or through scripting.
-
Hmm, that is a little odd. My only thought would be to experiment with a client-side script instead of a workflow, see if that solves it. I would also tend to think it's a timing thing, but then you moving the trigger to before submit should have solved the problem, I would have imagined. So, not sure.
-
Evan and Steve, would the reverting not be caused by the preferences to require re-approval when SO is edited, in Accounting Preferences (I think)? What Im supprised about is that it wouldn't revert for those that have approval permission. Two thoughts, not entirely pleasant, but short of a fix to the state only being…
-
I know you're probably asking specifically if there is a method to make this work with Workflows, but what you describe can handily be done using suitescript. Not sure if that helps.
-
Workflows cannot affect line items. A script could do it.
-
Ouch. Well, one option would be to call a seach on the transaction amount. The saved search will return the amount in the top-level parent, using Consolidated Exchange rates, so that would return everything in USD assuming your top-level sub in in USD. Otherwise, you could use nlapiExchangeRate to fetch the transactional…
-
No. Workflows cannot currently read or write line items.
-
It should be pointed out that, at this point in time, Workflows are unable to read or write information in line items. So, even if you get it trigger, you may not be able to check back orders.
-
You can't have 2 cases with the same number....
-
See here for my solution outline.
-
Hmm.. not super easy. I think what would make most sense if to have a checkbox at the line item level that must be ticked for approval. Of course, you'll need to use scripting to ensure only the Item's approver can edit that field. You'd also need scripting to ensure the PO, of course, cannot be approved until all lines…
-
Well you can have many items on a PO, thus many different approvers, right? How would you handle that, everyone needs to approve?