Copy the few fields from Problem record to Problem Task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2024 02:36 AM
Hi, I have requirement to copy the few fields from Problem (under Analysis information tab) record to Problem Task(under Analysis information tab). whenever the problem task is created the data will be copy to the problem task. I tried below BR but its not working for me. Please help me on this issue fixed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2024 05:05 AM
Could you please elaborate on which table you are writing the business rule if you are writing on insertion of problem task no need of GlideRecord you can update based on current object only
current.short_descrption = current.problem.short_descrption
if you are writing on problem table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2024 04:04 AM
Hi @anvesh_v , Thanks for the reply.. I am writing the BR on 'Problem' table. could you please let me know what changes needs to be updated on Business rule.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2024 08:39 AM
Update the conditions on the respective BR and use the same script as above if PTASK is already created on system