
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2024 04:25 AM
Hi,
We want to be able to copy attachments from a work order task back to the initiated from Incident record when an engineer adds a site photo or some other graph image. We have an async business rule running after insert/update on the wm_task table:
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2024 06:19 AM
One idea may be to put the BR on the attachment table rather than the wm_task table. You could then specify the condition in which you want the BR to run i.e. table=wm_task, etc.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2024 06:19 AM
One idea may be to put the BR on the attachment table rather than the wm_task table. You could then specify the condition in which you want the BR to run i.e. table=wm_task, etc.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2024 03:40 AM
Thanks for your response. We managed to solve this from the following article that came up in related content as I posted