.NET

Change Login and Passwords using iBO.NET and CContactUser

Trying to get this script to change logins and passwords on existing users.  Any idea how I get access to the CContactUser object to assign the new login and password?  

 

The program compiles and runs, with no reported errors, but it does not change the login and password.

Code:

 

using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.IO;
using System.Text;
using System.Threading;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Asi.iBO;
using Asi.iBO.ContactManagement;

Placing asp.net page into wcm

Hello All,

I'm new to iMIS as well as the iMIS community so don't frown upon me toooooo much. With that being said, I'm trying to figure out how to place a aspx page I created (VS10) into/onto the WCM so that I may maintain the style (look and feel) and formatting of the website. I thought about a custom ipart, or someother means, but this is a pretty BASIC task, so I figured I might be overlooking something simple. I've already placed the url for my aspx in the wcm sitemap thinking that would pass down the formatting but no go.......

Never programmed .NET for iMIS. Need help on basics, please.

Our iMIS is hosted offsite and we access it through a remote terminal session.  I am trying to figure out how to write some very simple code to connect to our database, but I am very new to APIs, iBO, etc.  I have VS2010 and my first question is probably a personal preference, but what is more commonly used C# or VB?

Next, can someone walk me through how to set up a very simple example of what pages I need to create to just connect and login using iMIS credentials?  The only help I have received is the following:

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.

SecurePay iMIS Integration

Please find attached the installation package for integrating the SecurePay payment gateway into iMIS. This contains instructions for integrating with the iMIS desktop, and also for the public view of iMIS.

I have also attached the source code for the desktop integration (VB6) and the web integration (C#.NET).

Note: This has been tested using iMIS 15.1.3.8850

The SecurePay API can be downloaded from here: http://www.securepay.com.au/resources/Secure_XML_API_Integration_Guide.p...

updating a customers record from .net page

I'm working on a project where we pull member data from a view and display on a page inside a sharepoint site. The view pulls Name, Address, affiliation, location, email, web link, and a couple of custom fields. These fields are pulled from multiple iMIS tables. When I try to update the view I get an error stating I cannot update a view that updates multiple base tables. How can I update a customers demographic information? It doesn't appear I can use the membershipwebservice? 

ASP.NET MVC Web site authenticating against iMIS Membership Web service

We have a number of custom administrative tools that we're moving into a separate, internal-only, Web site.

Currently the applications use their own ASP.NET authentication tables, but it would be ideal to leverage the information contained within iMIS directly. Not single-sign on, but sign-on validating against iMIS.

Since we've already got the site setup, I wanted an addition that would impact the site as little as possible. For that reason, I decided to first look at the Membership Web services - methods returned by the service and some detail on http://www.imiscommunity.com/use_the_membership_web_service as well - and see if we could successfully leverage that.

SOA - Create order with new person

I've taken the majority of the SOA samples and updated them to run on a web page. How ever the "CreateOrderWtihNewPerson" function is throwing an error at the following line:

ValidateResultsData

results = imisEntityManager.Add(cart.ComboOrder);

I'm getting the "object not set to an instance of an object" error! I have no way of getting inside of this function. I've checked all properties and they are correct. I saw a reference to the sample code having problems. Has anyone else had this issue? If not, can someone help me debug this error.           Tom

SOA and C# and imis15.1.3

I've just started testing the SOA in C# and have successfully developed the add person function and added the other items such as informal name, prfix, suffix etc. Now I'm trying to add address and other informatio about the person but having very little luck. I'v been reviewing the documentation but found it to be a little confusing. Could someone just point me in the right direction or maybe furnish some real world examples.

CRegistration + Complimentary = FAIL

I'm trying to register a user using complimentary registration. But when I attempt to save the registration I am getting an error..

iboFinancials.CPayment1.Validate : Missing required field CashAccountCode

Is there a way to save a CRegistration without the need to supply a CPayment? The Reg Class is setup for complimentary registration on the event. I may just be missing something completely obvious here.