e-Customer Manager

iMIS 15 Upgrade Issue - Is ASIUtil.CCrypto broken?

Hi,

We received the following problem from a customer and was wondering if anyone could suggest a fix or offer some insight. At this point in time I do not know if the customer has applied any of the updates.

Thanks!

Deb Cain

-------------------------------------------------

I have updated our iMIS test environment from version 10.6 to version 15 and we are also using E-series with that. Our clients normally join through our chapters and the chapter will then send us a paper form with their information. We then enter that information hear at headquarters.

Generate Logins from Unencrypted Passwords using the MembershipWebService in iMIS15

Frequently, customers have a previous website where they have logins and passwords they would like to preserve in a new iMIS based website.

The following is sample Coldfusion code on how to access the new i15 MembershipWebService and user the RegisterWebUser method to load logins and passwords into iMIS in bulk.

This can also be modifled to replace the Generate Logins functionality of e-SEries by pre assigning logins and passwords based on a formula.

Online CEU Submission Form

Author: Troy Stenback with ASI Consulting
Source Avalible: attached to this page
Project Page: n/a

This is for the organization whose members are required to self-report on their CEU activities. We developed this form to provide both a structured and unstructured format. The structured format allows the member to select pre-defined CEU activities from conferences and events, provided by both the organization and its affiliates. The unstructured format allows members to insert activities such as workshops, meetings, speaking engagements or reading materials. The member can see their activity report summary by year to ensure they are compliant with the organization's certification requirements.

Internet Explorer error using eContent Manager/Ektron

Occassionally, while using eContent Manager and Ektron, Internet Explorer will shut down. Has anyone have this problem and if so any ideas how to resolve it?

iMIS Mobile - Check it out

I've just uploaded the source code and demo videos for the iMIS Mobile application that I demoed at the Innovations conference.
http://www.imiscommunity.com/imis_mobile

I've also setup a live site that anyone can play with using a mobile browser. See it in action here:
http://mobile.imis.com

There are tons of devices out there, and I only have a few that I can get my hands on personally. So, let me know how it looks on your device!

iMIS Mobile

iMIS Mobile is a simple, browser-based set of iMIS features meant to be used on mobile devices such as PDAs and smart phones. It is formatted for small screens, has very low page weights (for slower or expensive connections), and has features designed with the mobile professional in mind. The download includes all of the source code to the iMIS Mobile application so you can modify it to suite your needs.

Persistent Login

If you are running into an issue with eCM whereby the session remains active after closing your browser here is the solution.

It’s the /AM/Application.cfm file. The CFAPPLICATION tag has setdomaincookies=”Yes” which causes the problem. Setting the setdomaincookies=”No” allowed the session to end after the browser closed.