0

Yes/no condition in formula field
This script won't work
if Test = true then
'A pagar' = 'Tipo de licencia'.Precio + 'Tipo de socio'.Precio + 'Tipo de licencia'.Precio
else
'A pagar' = 'Tipo de licencia'.Precio + 'Tipo de socio'.Precio
end
Test is a Yes/No, and A pagar is a formula field. What is wrong?
Thanks
Like Follow