- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 06:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 06:35 AM
Hi @AJAYKUMAR G
Make use of :
GlideSysattachmentCopy(source sys_id, target sys_id);
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 06:35 AM
Hi @AJAYKUMAR G
Make use of :
GlideSysattachmentCopy(source sys_id, target sys_id);
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 07:11 AM
In business rule?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 07:19 AM
Yes you can use it in any server side script like below code :
GlideSysAttachment.copy('incident','8dce5f603733310099322b2943990e3c','change_request','0f425d0e37cdb2003332261953990e05');
so here the incient table attachement will be copied to the change_request table. sys_id of records are passed of source and targert table records.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 07:45 AM
Same table For example
I have one reference field that's shows previous case number
the condition is
when ever that field is selected any case number I want that case attachmet to be copied to particular record.