Copy Attachment with out duplicates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2014 06:45 AM
Hi All,
I am trying to copy attachment from task table to request with out duplicates
can any one help me
thanks in advance
- Labels:
-
Performance Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2016 06:38 AM
I would neither copy nor move the attachment.. instead i would create a related list on the request table that queries the attachment table.. where the item the attachment on is a task for that record...
you have the sid of the item.. so you can get it then just dot walk up to the requested_item.request and if it is the same show it... this way you don't have two copies of the attachment.. and if someone deletes an attachment it goes away... i don't like hving the same attachment on two records.. they always end up out of synch