12-10-2009 06:52 PM
I finally figured out how to attach a document to a contact (create a history). Does anyone know how to attach a document as a shortcut?
Thanks!
Geoff Boulden
Twelve/Three Marketing, Inc.
12-28-2009 10:01 AM
I just ran into this issue also. It seems the "asShortcut" property is marked as read-only.
Is this a bug in the SDK or is there a way to add an attachment as a shortcut?
Dim tmpAttachment As Act.Framework.SupplementalFiles.Attachment tmpAttachment = Me.HostFramework.SupplementalFileManager.CreateAttachment(SupplementalFiles.AttachmentMate.Activity, FileNameandPath,FileNameandPath, False) tmpAttachment.Shortcut = True // SHORTCUT is read-only Activity.Attachment = tmpAttachment
Thanks in advance.
-- Jim Durkin
02-23-2010 09:21 PM
Jim, I finally got it. CreateShortCutAttachment(.....)
Geoff
02-24-2010 04:30 AM