I am trying to come up with a formula to sum the quantity of products ordered on a sales order. I have tried several different approaches but so far nothing works. I have asked AI models but everything suggested also does not work. Is it possible to have a formula to populate a field on a sales order with the number of products ordered?
The Total Product Quantity field is the one I am not able to populate. The Total Unit Count is just the weight feild relabled. So that is why that is working.. However I am not able to come up with any formula to try and do the same type of thing and sum the quantity per line of items on the sales order..
So for this screen shot. I would want the formula to produce the number 5 in that field
This was a suggestion for a formula from an AI mode: totalProductQuantity = SUM(entity\getLinkMultiple('items'), 'quantity');
However that does not work either..
Thank You,
So for this screen shot. I would want the formula to produce the number 5 in that field
However that does not work either..
Thank You,
Comment