cancel
Showing results for 
Search instead for 
Did you mean: 

FMS in Sale quotation row

Former Member
0 Kudos

Hi all!

Can we use FMS on Sale quotation, i create 2 UDF on row .

On each filed i enter price. After i need sum these prices on total

Accepted Solutions (1)

Accepted Solutions (1)

former_member204969
Active Contributor
0 Kudos

You can use this inside the line:

SELECT  $[QUT1.U_fld1.Number] +$[QUT1.U_fld2.Number]

Former Member
0 Kudos

Thank you!

But can i use Auto Refresh funtcion for FMS

former_member204969
Active Contributor
0 Kudos

You can use auto refresh on one of the user defined fields. The problem may be that you can not connect the FMS to both of the fields. So you should instruct the user to write the values into the fields in a predefined order and connect the FMS auto refreshing at the second field.

Answers (0)