Issue with before Business Rule If condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2024 02:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2024 02:20 AM
What are you getting in these logs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2024 02:27 AM
Hi Anuraga,
In logs Sys ID of the Communication Device model category is coming.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2024 02:29 AM
check if there are any additional spaces or something that might be causing the match to fail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2024 02:22 AM
Hello @MohanambalN ,
Can you rewrite your if condition as below and try it -
if (modelCategory == communicationDevice + '')
{
current.setValue('u_device_name', current.u_imei_number);
}
If my answer solves your issue, please mark it as Accepted & Helpful!