cancel
Showing results for 
Search instead for 
Did you mean: 

validation for amount

Former Member
0 Kudos

Hi

I have to check the Amount value should be greater than zero. In mapping

venkat

Accepted Solutions (0)

Answers (2)

Answers (2)

justin_santhanam
Active Contributor
0 Kudos

Use Arithmetic function Greater. It returns true/false. Based on that u can decide.

Two inputs for Greater function - Input 1 ur amount, Input 2 Constant 0.

Best regards,

raj.

Former Member
0 Kudos

Hi Raj

If it false i want raise an exception and send send E-mail, Skip that record and continue the processing

How we achieve that

venkat

Former Member
0 Kudos

Sedamkar,

Use than standard greater function in airthmetic. If it is greater than zero it gives true else false.

So amount>greater>constant (0).

Regards,

---Satish