FWD Inbound Rule Caller ID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 06:11 AM - edited 02-29-2024 06:15 AM
Hello
I have an issue with FORWARD inbound rule which is setting the CALLER to GUEST.
I have gone through the community posts and I am using the following script which sets the CALLER from the body of the email but the incident keeps setting the user to GUEST. I am so frustrated why the CALLER can't be set from the body of the email. Please see the attached for the inbound rule and the script.
I need help PLEASE. I need to resolve this ASAP.
Thank you so much in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 06:13 AM
@Navneet3 Please check if there is any onBefore business rule on your table which is overriding the caller as Guest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 06:28 AM
We don't have BR for Caller.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 07:39 AM
try to print the sys_id of that record which you are setting to current.caller_id and match with the same user ( sender ) in User [sys_user] table, if its not same then system is considering the guest.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 08:59 AM
Do you already have a script I can use?