Hi all,
I have a custom entity with link to another entity which has two fields quantity and sell price. what i need to do is calculate quantity * sell price then in my quote entity increment a new filed value by that . I tried to set increment by on workflow I cannot get multiplication of qty and sell price
See attached Screen shot. I tried to replace ; by * but not possible
any ideas how to approach this please