Tuesday, September 26, 2023

FF: Exception in Trans to Main Mapping

Did you encounter the below error with fast formula? 



If yes, this means your formula body is not properly defined, please handle the no error section properly

-----------------------------------------------------

/*I assume your 1st part is working fine :)*/

IF <condition> 

THEN

(

<Expression>

)

ELSE

(

VALID = 'Y'

RETURN VALID

)

----------------------------------------------------------