Business rule error for updating comments as additional comments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 12:13 AM
Hi,
Below is my BR
Can you please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 01:14 AM
The issue is that 'case' is not seen as a field. Please validate that this really is the way the tables are linked.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 12:53 AM
Hi @Gopal14,
Please check the addQuery in your line no 5. You need the pass the linking between them both table. Suppose we have parent child incident then query should be addQuery('parent_incident', current.sys_id); Do the same in your query.
Please accept my solution if it works for you and thumps.
Thanks
Jitendra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 02:57 AM
Hi Gopal14
If you want to copy the incident comments to Case Table record. Firstly you have to make sure the case is linked to incident. Unless its linked we can`t copy the comments and we can`t write the Query for this. If the incident is linked to Case Table. Please let us know the field name of case in incident table. so can help with the correct addQuery.