- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Total Weight on P/O Totals screen
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-25-2011 10:02 AM - last edited on 01-25-2011 10:20 AM
Can this field be added to the totals screen?
I need the total extended weight to show on the totals screen.
For example, if item 1 weighs 10 lbs, and the order qty is 2, the extended total weight would be 20.
If we have more than 1 item on an order, the extended weight needs to be the total for all items.
If so, any advice is appreciated.
Thanks
Version 4.4
Re: Total Weight on P/O Totals screen
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-25-2011 11:11 AM
Yes this can be done with scripting in 4.40.
Dawn
Re: Total Weight on P/O Totals screen
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-25-2011 12:33 PM
Dawn,
Do I need to create a p/o detail udf and use a script to calculate the extended weight per line?
Next, I need a way to total each line item's extended weight.
Can this be done with one script?
Re: Total Weight on P/O Totals screen
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-26-2011 06:23 AM - last edited on 01-26-2011 06:24 AM
On the header, it is possible to actually create a UDF that automatically totals the UDF on the detail lines (no script needed!). Still need the script of course to calculate the individual line extended weight.
Example from Steve M, shows the following on the data sources tab. Its for SO but it should work for po in 4.4 as well.
Business Object is SO_Invoice_bus, select is checked, data source is <Total from SO_InvoiceDetail> Column is UDF_xxx (the column you want to sum).
Target System Technology, Inc. - Spokane, WA -
The best solution often comes not from answering the question asked, but understanding WHY the question was asked.


