mriley's blog

Creating Crystal Reports that insert data - Example Member Card tracking in Activity

Sometimes a custom Crystal Report is needed which does not use the iMIS search dialog boxes. This is usually the case when there are nested queries and multiple joins.

This solution was created to permit the generation of a Member Card export that inserts an Activity recording the generation. Because we did not use a search dialog, we could not use the option PRINT_CREATE_ACTIVITY.

So...

I based the report on a stored procedure. The key is that you must do the insert part of the stored proc before you do the select for the data.

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.

Unified Login Using MembershipWebService

Attached is a document with specifics on how to use the iMIS15 MembershipWebService to login a user from a third party site.

Please comment with any errors, omissions or additions you may have.

80% of the development of this process was done with the help of Eric Means.

Thanks,

Mike

How do you link to the registration page for a specific event in iMIS 15?

I am working on an integration project for a client. In iMIS 15 how do you link directly to a registration page for a specific event?

They want to bypass the event calendar and marketing page.

Syndicate content