SysAttachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2013 05:17 PM
I am trying to generate an email when a user attaches a file to a form i.e finance form that is attached to a record producer and it triggers a workflow.
u_finance inherits from sc_req_item which inherits from task, how can i get the assigned_to list from the tasks table through dot walking back.
I need to generate an attachment notification with the word that something was attached so that it can be filtered, i already log it in the comments section however it sends a generic email out based on a template. Alternatively i can search through comments and associated dates and if any comment as of today has the word attachment put that in the body or subject of the email.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2013 04:41 PM
passing in null in the gseventqueue instead of current or gr works and removes the warning
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2013 01:32 PM
WarninggetEventTarget() called with invalid record reference: sys_attachment.0859b6ed87d05500d47bbdd16a434db0 for event: attachment.uploaded, could have been deleted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2013 01:34 PM
Also it does not carry the table name in the notification so if you filter on it there again it will not fire, i discovered that through emailing the passed current.table_name when it goes to the notification side. For insert it all works fine and carries the table name but for delete it does not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2013 11:57 AM
The email notification is sent out but it is not getting logged in the Activity Log when an attachment is made. I need to have it log the email that got sent out into the Activity Log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2015 04:48 AM