total calcution per km

1
i give a,b,c values ..i need autopopulate total amount ..how to get?
asked
2 answers
0

Hi SINDHU RAVI,

If you’re three attributes are inputs widgets, then use an event called on change microflow on the three input widgets.

  1. Your domain model looks like this?

  1.  Your page looks like this?

  1.  Now in this page the first three attributes are the inputs fourth one should be auto-populate. Call onchange microflow for a,b,c attributes(CAL.Total)

  1. Add your logic in that microflow and set the total value, so when ever the a,b,c attributes values changes the total value will be autopopulate with your sum.

 

answered
0

Sum the a,b,c values like if in list use aggrigate list to sum , or in object use create or change object and set condition a+b+c

answered