Skip to main content

I've done this in past jobs where I pass values from a Salesforce field to a url.

 

What I'm trying to do is sum up line items on a quote where the line item has a weight. From there, I'll pass the weight to a URL that will call an external report.

 

I'd have to adjust the weight by the quantity, so Qty * Weight

Here's an example

 

Item      Description    Qty    Weight  TotalWeight

 

1           Item 1              1     100       100

 

2           Item 2              3      50        150

 

I'd want to pass a value of 250. I'm not sure if this is possible by using strictly the fields on the screen. I'm guessing I'd have to use some Apex to get what I'm looking for?
1 answer
0/9000