iMIS

Create new user login information using SOA EntityService only

I am creating a new user signup form and would like to add the login and password as well.  I can create the account in SOA, but am not sure how to add in the login/password peices using SOA.  I have been able to do this using the Membership webservice, but seems off that I should need to use both.

I am usign iMIS 15.1.3.7542

Thanks!

Joy

 

iMIS App server IIS app pool auto recycle error

Our iMIS users (staff and members) cannot log in after the IIS app pool automatically recycles on our produciton iMIS installation. Once we manually recycle the application pool, the problem clears up.

The specifc error message on browsing the app server website (i.e. http://server-url/imis15) is: "Document not found or insufficient permissions to read document. $/Business Object Schema/User"

ContentRecord disappeared, cannot re-create with same name.

Hi Guys,

One of the HomePageContentArea entries mysteriously disappeared from the Content Designer, but I can see .aspx file for that content record and it is still visible on our website. So, when I tried recreating the ContentArea with same name I am encountered with the following error:

"Desktop Home" Customisations and providing staff with information about IQAs

We are starting to look to use the imis "Desktop Home" page as a communication tool for our iMIS users about what is new (e.g. new IQA's, new Reports) etc.

We are currently on 15.2.1.3282.

We do have a Corporate Intranet, but I'm thinking may be better to centralise this type of information in iMIS.

What I'm wondering is how others tell users about new IQAs they are available and also the documentation around the IQA.

Modifying the online donations page in public views

Hi,

I have a customer who is running iMIS 15.1.3.8125 and wants a few minor customisations to their online donations in public views. 

I've made a copy of Gift.aspx and Gift.ascx.  The client would liike to call the donations page with a predetermined amount so I've added some javascript to populate the amount value from a query string parameter.  The customer would also like to change the prompt next to the Amount field (currently  "Other") to be "$".  The Other label is part of a radio button list and therefore not defined (or changeable) the way some lables are in the ascx file.

Events iPart Dynamic Registrant Class

 

I wanted to reach out to the community to see if anyone has had success dynamically changing a registrant class for an iPart based event registration process. So if a user for example enteres a correct coupone code, we would want to assign them to a registrant class that gets a discount? Has anyone had any success with this sort of approach?

Thanks

Joe

Display numbers if search is less than a page in Query iPart (iQA)

Hi,

I'm using the Query Menu iPart for a new WCM site in 15.2.5.XXXX. The iQA works fine but if I set the number of records to display per page to 20 and if the search result is less than 20, then I can hardly see the 'total' in numbers (7 of 7 or 9 of 11).

I understand that it is less than a page and the work around would be to reduce the display result per page to 5 or something but if the actual result is going to be 5000 than it would look inappropriate.

Mass email feature in WCM

Hi,

We are redeveloping a new WCM site in 15.2.5.XXXX for existing client who had an eSeries site (10.6.XX).

Back in eSeries days, the committee can perform a search based on certain filters and can also hit 'Email Members' buton on top right to perform a mass email operation only for the results returned.

I'm wondering if this 'Mass email' feature can be achieved in a WCM site (15.2.5.XXXX)?

Logout script or iPart

We are trying to create a page in WCM (IMIS version 15.2.5.3815)  that would  log out users from the site and replace the ASI logout functionality. We created login link that points to standard login page and created logout link that now points to an empty page and are in search for the script or iPart that we could put on that page to log people out. 

 Does anyone have a script or iPart to log people out?

Forgot my password functionality using membership webservices

I am trying to setup forgot my password functionality for our new SharePoint site that we use iMIS for authentication.   We are using the MembershipWebService to authenticate and change passwords, which we have working.

We want forgot my password functionality that will email the user a link to reset their password.   I can send the email with RequestPasswordReset.   From there I get an email with a link and token.   My question is how do I use that token to tie it back to the correct user?    I attempted to use the GetUserKeyFromPasswordResetToken, but the key returned didn't match a user.   Is there something else I am missing or a better way to accomplish this?