Inbound actions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 04:09 AM
Hi All,
I am creating a inbound actions and i need to update a reference field using scripting part of inbound actions. I am using to current. Fieldname = 'sys id of the value'; It is throwing an error cannot assign a null value. Kindly help me on this.
Thanks in advance
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 04:27 AM
@ShubhamGarg - Tried not working.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 04:38 AM
@kali ,
Can you try this line of code?
if (email.from.indexOf("gmail") >= 0)
current.subcategory='32c383f61bab86506a74fd18cc4bcb40';
}
Hope it helps.
Regards,
Shubham
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 05:24 AM
@ShubhamGarg - not working