Does anyone know if it is possible to programme a column in a view that contains an email address to create an email when you click on the email address in the column - kind of like a hotspot or link in the column? I have been asked to implement this in our database but I can’t find anything that seems able to accomplish this. Thanks!!
Subject: Generate an email directly from column in view
I played around with it a bit. From the client I don’t think it can be done just as you’d like but you could create an Action Button in the view and have it address a new memo to whatever doc(s) you have selected in the view. Look in the Personal Address Book template. The COntacts view has a “Write Memo” button. You could copy the code to your database and use it. There’s a script library you’ll need to copy over or you can combine everything into the button. HTH