Calculate Field
Summary
Calculate FieldContent
Hi Team,
Customer Requirement is the need calculate field Total Price Field as run time. Following example
1. Price
2. Quantity
3 Total Price
Total Price = Price*Quantity
Price - {{ $variables.metalPriceListC.Metal_Price }}
Quantity - {{ $variables.metalPriceListC.Quantity }}
Total - {{$variables.metalPriceListC.Metal_Price*$variables.metalPriceListC.Quantity}}
We tried in the page but total value is not coming.
Please find the consol error in attached image.
This need to buield detail page or edit page
Thanks,
Arvind
Tagged:
0