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
03-01-2024 07:20 AM
Did you check the sys_id of below line "gr.sys_id" should be same person forwarding the email.
Get the sys_id and check in user table, if the result record is the same user who is forwarding the email.
current.caller_id = gr.sys_id;
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
03-01-2024 07:27 AM
Hi
I am forwarding the email and I am the ADMIN. I exist in the user table.
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 07:32 AM - edited 03-01-2024 07:46 AM
still, i would suggest to get this in log and check that sys_id matched with your profile or guest one.
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 06:13 AM - edited 02-29-2024 06:14 AM
Hi @Navneet3 , Please attach the script. 😎
-Thanks,
AshishKM
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 06:28 AM
I have attached it.