Skip to main content

Hello,

In Acumatica, I would like to update the Entities for Stock and Nonstock items. For Target Field = Weight, I would like to adjust the formula to look for a weight, and then default to a value of 1 if the weight is null. The goal is to make it so that we don't 1) have 0 weights in BC, and 2) Avoid having to manually enter weights into BC.

We've received two tickets in the last 24 hours regarding unpurchasable giftboxes on our website. These all seem to be related to items with 0 weights. As sales continue to pick up, I anticipate this becoming more of an issue. I'm working internally to get accurate weights added to ACU, but would prefer a quick solution to prevent this issue in the short-term if possible.

Is there a way to query items with no weights to remedy those?

@bernadeth58 , I would try something like this:

Same for Non-Stock, but replace StockItem with NonStockItem in the formula.

I didn’t test this formula, so you might need to do type conversions.

Finally, you will have to do a full resync of data to have those populated.

You could also simply update weights in BC directly, using export / import through CSV (be careful with leading and trailing zeros though).


Reply