- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2017 10:55 PM
Hi All,
I have a requirement where i have a string field in which i have written a business rule to calculate.
But i want specify condition saying that if the string field contains text it should not run the business rule.
Is it possible to get the value of field and differentiate whether its text or integer?
Thanks
Malaisamy
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2017 10:59 PM
Please use isNaN() function to check if field contains number or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2017 11:21 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2017 11:25 PM
Hi Malai,
In your case, you want to Run the Business Rule when it's a number so just remove the ! sign from the provided condition by Antin and it should work.