Communicate

Public view iMIS 15- Committees page?

Does anyone have a committee section in the iMIS Public site (iMIS15) where only committee members can log in to so we can post minutes? By changing public member’s role? Not with any customization or add on module?

Thanks,
 
Tim

Suppressing e-mail communication to adhere to CAN-SPAM act

Has anyone implemented an e-mail suppression process to prevent iMIS users from sending e-mail to customers who have opted out of receiving e-mail per the CAN-SPAM act? We maintain a table of the e-mail addresses of our customers who have chosen not to receive any promotional e-mail. We use that table to exclude that set of customers when selecting lists for mass e-mail marketing campaigns. We also want to programatically prevent our iMIS users from sending e-mail through iMIS to these customers. One proposed solution is to use a Customer Service Alert to notify our customer service reps that the customer that they're viewing has opted out of receiving e-mail (using their e-mail address). That would provide a clear warning to the customer service rep but would not prevent them from sending an e-mail. We would like to programatically prevent such e-mail. We're interested in hearing from anyone who has implemented an e-mail suppression solution in iMIS 10.6 to support the CAN-SPAM act.

New Visual Studio Tools for Office (VSTO) in .NET 2005

I went to one of Microsoft’s seminars yesterday to learn about their new user-interface directions, and I also learned about VSTO, which could be very useful in iMIS. Starting with .NET 2005, it is much easier to program office documents. One example is the new ServerDocument class, which allows efficient creation (and I think reading as well) of office documents on a server. It is much more efficient because it does not use the office programs themselves, which are designed for a single user. For example, you can create a Word or Excel document on a server without using Word or Excel. Also, it is much easier to integrate programming into office documents, which can now be done in C# using the standard .NET Framework.