Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2025 10:55 PM
Hi @nameisnani ,
Try below
Create Business rule :
Table - sc_task
When to Run - Before Update
Condition - item is Snow Support
Scripts -
(function executeRule(current, previous /*null when async*/ ) {
// Add your code here{
GlideSysAttachment.copy('sc_task', current.getUniqueValue(), 'sc_req_item', current.request_item);
})(current, previous);
Thanks,
BK
If this information proves useful, kindly mark it as helpful or accepted solution.
Thanks,
BK
Thanks,
BK