- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 12:55 PM - edited 10-25-2023 01:24 PM
Hi,
I have to check email body text values which we are getting from email in inbound action.
I'm getting values from email body text and I need to check whether newhire and managerid values are empty or not if that values are empty then do not trigger inbound action and if newhire and managerid values are available then trigger inbound action and create HR case.
Please find attached screenshot :
Can anyone please tell how to check this condition in attached inbound action to achieve that.
Regards,
Nivedita
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 11:16 AM
Hi,
I have used current.setAbortAction(true);
and it is working now.
Regards,
Nivedita

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 03:30 PM
You can check hiringmanagerid if it has a value, dont to current.insert/update
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 12:55 AM
Hi @SanjivMeher,
Yes correct I need to check newhire and hiringmanagerid is having value or not.
How to check that.
Regards,
Nivedita

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 10:44 AM
You can do if (hiringmanagerid) then proceed
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 11:56 PM
I have done that already as I have mentioned it is creating HR case first then it is checking condition that is available in my script it means it is creating HR case and it is not salifying condition available in script So it is creating with empty values.
Please suggest how to stop HR case being created when conditions not satisfy.
Regards,
Nivedita