Multi - Select Lookup Field
Hello,
I am trying to add values of Multi-Select Lookup field and store them in another field
Value should be updated On User Input
Following is the code i used to add values
- var = 0.0;
- for each rec in Quantity
- {
- if(Quantity.size()>0)
- {
- var = var + Quantity.todecimal();
- }
- }
- input.Total = var;
Values inside the Multi-Select lookup field are all decimal values
Following is the error i received :