Platform and Architecture

How to remove "Messages" text from Password recovery page

Hello, does anyone know how to remove the "Messages" text from the password recovery page? This is displayed on the message iMIS gives after you enter your username. There is a block of text on this page that iMIS lets us update via the admin panel, and that is fine, but there is a title here called "Messages" that we cannot access and our client would like us to change it.

Any help would be much appreciated.

Finding Data in the Database

It's sometime useful to search an entire database to find out where some specific data is... for instance, you entered data into the UI but you aren't sure where it got stored.

This post contains a SQL Script to search a database for any specific string in any column in any table in your database.

To use this script, simply edit the first line to set the @value variable to the string you wish to search for (see the comment).  You can include "%" as the standard SQL Wildcard character.  As is, the script will search for any string starting with "C:\" ... but you can use exact strings or any arbitrary string you wish.

Finder control

Greetings everyone,

I'm trying to wrap my head around the Finder control.    I can't seem to find any good examples of how to implement it in conjunction with business objects

I was wondering if there would be any insight/guidance or code examples in the community.  When I implement it, I get a "select" link with a message that nothing has been selected.

Smart Control to Business Object Data Source binding question

Greetings,

I've been reading documentation found here concerning the SmartControl and Business Objects.  I've read about writing typed classes to represent the BO. 

I'm primarily interested in binding the smart control to the CsContact business object.  I see I can accomplish a lot of the coding in conjunction with IBO.net.

I'm just looking for a little clarification on what smart control properties need to be set  in order for the binding to work.   I understand there is a BoundPropertyName

Change Titles on Public View .aspx Page

Is there a way to edit the mycart.aspx page to change where it says 'Dues' here in iMIS15 public view?

Using OAuth with iMIS - Logon with Facebook or twitter

I have been asked by an AE whether it would be possible for us to create a custom login page for iMIS that allowed users to login to iMIS using either their Facebook, google or twitter credentials, 

All these apps now use OAuth 2 - which I have been reading about here developers.facebook.com/docs/authentication/.  and here oauth.net/2/

iMIS member login redirect

New here and new to iMIS, but not dev or .net.

Anyhow, I am working on a clients site whereas a user would go to their site (in this case, it is still beta = beta.ewiconnect.com) and if a member, should click on the "member login" in the upper right corner of the site. Once the login info is entered and validated, it should then take the member to the "members only" page (in this case: http://beta.ewiconnect.com/ewiconnect/Members_Only/ewiconnect/Members_Only/Index.aspx ). What is happening though is that after a member logs in, it just redirects the member back to the home page, the beta.ewiconnect.com.

Promoting from one environment to another

Any suggestions on how to promote from dev to test to prod and manage the database without re-keying the configuration please?

public views login integration with separate website

We would like our members to login into our association website but be instantly logged in our public view system without logging in twice.My concern is that we do not have access to the source code within the public view system, only the compiled version.

So my question is there any way technically that this can happen without touching the public view system.

Tracking Session ID in WCM

We're trying to track someone's path in WCM.   

The .NET session id (HttpContext.Current.Session.SessionID)does not get reset when someone logs in or out of WCM.  We need to recognize separate logins as separate visits.

Is there something in iMIS that we can use for this? something like Asi.ContentManagerNet.SessionState.SessionID

We want to consider each login to WCM to be a unique activity.