Using iMIS 15.0.3 is there anyway to clone a meeting's functions instead of the whole meeting? For example the meeting has a hundred plus similar functions instead of setting up each function can you clone the function then modify. If anyone has created such a tool please contact me.
e-Events
i15 Public Views No Functions show durning registration process
We are implementing Public Views for a client and have set an event up in backend iMIS and ran through the PV event wizard. All looks good but when you go to register for the event online, no functions show. The functions are marked to show on web and have been assigned to a Group marked to show as well. Has anyone else ran into this when implementing public views?
ColdFusion 8 and PayFlowPro tag
Has anyone had problems with an eSeries site on ColdFusion 8 processing credit cards? I've done some research and apparently the PayFlowPro tag is not compatible with CF8. So basically i have a customer website down b/c they could only purchase CF8.
Any work arounds that you know of?
Thanks,
Terry
Registration for an event fails in .Save
I know it's a data problem with the particular member but I haven't a clue as to the culprit. I'm able to register for this event for everyone but this particular member. I did a step thru this morning and was able to determine that it's stopping at the cregistration.save operation.
Here is part of the code
Dim regIndividual As New CRegistration(user, eventCode, row("ST_ID"), False, False)
PO Module for eEvents
This allows you to accept purchase orders for event registration. See the attached file for the code and installation instructions.
How to Create a logout / Login Page for eCM 5.1
I need some guidence on the best method to create a logout page for eCM 5.1. This comes up quite often in class and we also need it for the demo sites. If I link to the existing login.aspx page, it shows the link to logout but it also contains the reset my password options which I do not want display.
The public page "out of the box" has a logon and logout link. Is there an easy way to add it to an eCM 5.1 Template Gallery site?
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.
iBOS CFunction.ViewOnWeb issue
I am working with the CEvent class in iBOS. I am trying to display the functions for a specific event on a website. To do this, I am creating a CFunction instance and checking the "ViewOnWeb" property of that CFunction, to determine if it should be displayed.
The "View On Web" check-box for these functions has been set using the iMIS client application. However, the "ViewOnWeb" property is still returning false for the functions.
Accessing iMIS Events through iBOS
I am attempting to build a dotNet 2.0 class that will access the "Events" information stored in iMIS. I am using the iBOS layer to access this information.
The main iBOS class that I am dealing with is Asi.IBO.Events. The function in this class that returns a list of events is GetAllEvents. It takes one parameter - the iMISUser object. (Eventually, I'll use the more complex functions, but for simplicity, I'm using the most basic function.) I am instantiating this iMISUser object using login information which is used elsewhere successfully.