
User Defined Functions - InformaticaInformatica User Defined Functions are similar to Built-in Functions, where these functions need to be created once and execute multiple timesTransformation Logic implemented without User Defined Functions: Validation “IIF( ISNULL(INPUT),’TRUE’,’FALSE’)” is being performed in multiple ports. The disadvantage with this approach is any changes to this validation need to be done in all the ports. This can be addressed...