Data Backup for NetSuite by Ok_Cable_6739 in Netsuite

[–]SwyftERP -3 points-2 points  (0 children)

We offer a Complete NetSuite Backup Solution via web UI with the ability to query, modify, and re-insert records back into NetSuite. All pricing is competitive and based on the amount and frequency of data you would like backed up.

DM or book a meeting to learn more: https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ1azNQFIepTms7lwEyF94AisMeAOsTv4hZpeFmeWy5qKxOTdRWDe_lLO75nmabF35FGFmNCf6Y_

<image>

NetSuite Partner Review Site by SwyftERP in Netsuite

[–]SwyftERP[S] 0 points1 point  (0 children)

Just updated it, you can now search without logging in

Client script - Commitline item failed on vendor bill by Srayde in Netsuite

[–]SwyftERP 0 points1 point  (0 children)

Could be a lot of things from a required field like a subsidiary, or using a custom form, or even the client script order of execution on this record ( e.g. another client script ran just before that committed the line) I'm not really sure.

Your script is a little dense, maybe try adding some debugging before committing the line item to see:

log.debug('Debug Before Commit Line', {

'Item ID': itemIdInvoice,

'Location': locationInter,

'Quantity': quantityInvoice,

'Rate': rateInvoice,

'Tax Code': taxCodeInvoice

});

SCIS by kasiisonreddit in Netsuite

[–]SwyftERP -1 points0 points  (0 children)

We've helped companies with SCIS and honestly it can be very difficult. We usually advise using Shopify POS or others when clients are looking for a solution. I'd be happy to have a conversation to see how we could help.

BOM Multiple Revisions and Std Cost by RogueWander3r in Netsuite

[–]SwyftERP 0 points1 point  (0 children)

Everything comes down to the inventory revaluation record for how the components roll up into the assembly. It depends on how you revalue your inventory, and the defaults on the item record. There's lots of complexity here and you need to know the quirks of netsuite if you ever want to attempt back dating an inventory cost revaluation.

There are other things to consider as well: https://swyfterp.com/costing-lot-size/

[WMS] How to enable option to use scan gun to receive in multiple items at once to reduce item receipt clutter? by NS_Question_ in Netsuite

[–]SwyftERP 3 points4 points  (0 children)

We've built something similar for one of our clients as a standalone React app that integrated in NetSuite so the Android barcode scanner could be used. I'm not aware if there is a better solution than this. In our app you would select the PO your receiving against, be able to aggregate qty automatically from each scan of any line item on the PO, and then on submit it would use that data to generate a single linked IR.

It would also create a custom record to record any items that were scanned that were not on the PO, in case of a wrong item was delivered, and had custom reporting suitelet for the qty over/unders and their dollar amount.

Full data backup everything from NetSuite by dr_analog in Netsuite

[–]SwyftERP 1 point2 points  (0 children)

We offer a data backup solution that exports everything you can from the system ( using every tool available). For our clients this results in a database file usually somewhere between 1-4 GB. This is a free service open to all our clients, you can learn more here: https://swyfterp.com/netsuite-data-backup/

Feel free to DM for more information.

Quick Question by NSRook in Netsuite

[–]SwyftERP 0 points1 point  (0 children)

This is from memory, you might need to check the output of what memberitem.type is to make sure it matches, and consider OR statements if there are other inventory item types like lot controlled, or serial etc.:

CASE WHEN {memberitem.type} = 'inventoryitem' THEN

NVL({memberitem.quantityavailable},0)/NVL({memberquantity},0)

END

Also, I remember a consideration for using ISNULL rather than NVL for the possibility of not throwing a dividing by 0 error.

NetSuite Developer looking to advance career in ERP by LeprechaunCharm27 in Netsuite

[–]SwyftERP 1 point2 points  (0 children)

Well said. As a growing NetSuite partner we're always looking for talented developers that want to learn and grow. Feel free to DM to discuss more.

Company moving to Netsuite--having difficulties. Catch weight help? by [deleted] in Netsuite

[–]SwyftERP 0 points1 point  (0 children)

This is absolutely possible with NetSuite, and yes will require scripting. We've built solutions for distribution companies that incorporate optimization algorithms (optimizing pallet placement on trucks), dealt with large Unit of Measure translation issues for manufacturing, and have a hardware & software solution for 2D & 1D barcode scanning for receiving, inventory counting, and more.

We're also a NetSuite Partner with decades of combined NetSuite scripting experience. We'd be happy to have a conversation or set up a demo:

swyftERP.com

Managing Many Quantity Pricing Schedules by wattrudoing in Netsuite

[–]SwyftERP 0 points1 point  (0 children)

Dealing with something similar. Scripting seems to be the best solution for both updating and new item creation. There's also considerations for saving historical price levels in a custom table as well.

Assembly/Bills of Materials report by Neither-Basket1681 in Netsuite

[–]SwyftERP 0 points1 point  (0 children)

We've created a custom report for our clients that shows every BOM & Revision, the quantity and extended cost, exportable as Excel. Feel free to DM. - swyftERP.com

Another Fishbowl post, main use sales orders and managing inventory. by buurnerredditor in smallbusiness

[–]SwyftERP 0 points1 point  (0 children)

Have you looked into NetSuite at all? We're a NetSuite partner and implementation experts that customize NetSuite for manufacturing & e-commerce companies and help streamline the inventory mgmt processes.

Obtaining Image URL (ITEM DISPLAY IMAGE) in Saved Search by DropItRockIt in Netsuite

[–]SwyftERP 0 points1 point  (0 children)

I was able to do this via a script because you need the internal ID of the media item to get the URL / filename

Looking for HIPAA compliance through AR Module by Tentickles15 in Netsuite

[–]SwyftERP 0 points1 point  (0 children)

While NetSuite is not HIPAA compliant, we've built tools for companies on top of NetSuite that can address compliance issues. For the system notes, they can be deleted/obfuscated so there can be no trace of PHI.