Developing for iMIS

Create New User iMIS SOA working in dev, uat but failing when moved to PROD

I am using SOA Webservices, and am able to insert new users to iMIS in our Dev and UAT environment.  When I move it to point to our production endpoint I get "The parameter 'roleName' must not contain commas.\r\nParameter name: roleName".  Any thoughts on what os causing this?

background color of confirmation order email

We are using public views imis 15.1.3. Our order confirmation email is inheriting the background color from our custom style sheet (a dark green) so it's very hard to read any text in the email. I tried overriding the style in the email template as follows:

 

Custom iPart Display Class

I've used the iPart15.2.1VSTemplate to create a custom ipart.

I've modified the Common class to include a 'NewsCategory' property. I need this property for method in my Display class. 

The ipart will be reused on multiple content records. Examples of property value one one content record is  'Compliance' another is 'Legal'.

contact.CreateUserSecurity

contact.CreateUserSecurity method is not updating email in aspnet_membership table.
Because of that forgot password link does not work.

Anybody having this issue?

Thanks Venketesh

iPart and Master Products

Currently we are using the public views for our eCommerce solution and our company wants to move away from public views and replace it with the WCM. We have some shirts that we sell and would like to remove all the duplicate shirt types and replace them with a master product but I haven't been able to find any SDK information on working with master products.

So my questions are is there a way to pull a list of the master products from iBO?

Cloud Environment

I’m researching the prospects of taking the KBA’s web server,  IMIS Desktop application, and SQL Server into a cloud environment

Right now I’m interviewing Windstream’s Cloud hosting solutions and have begun looking into Rackspace. Other two I plan to investigate is Terremark and Microsoft Azure.

Is anyone within the community running iMIS 15 in a cloud environment  and have woes and/or success you can share. And if so are you using any of the companies I've mentioned or have a good one to add?

CreateImisUser() returns "Server was unable to process request. ---> Object reference not set to an instance of an object."

I am able to create a contact on iMIS Database through ASI.IBO but I cannot create a user account for any existing / new created contact. I tried everything. I read so many topics in imiscommunity and realized that there are too many questions regarding this problem. In addition to this, I tried alternative ways with CreateUserSecurity() and RegisterWebUser() in order to create a web user but I received the same error: "Server was unable to process request. ---> Object reference not set to an instance of an object."

Issues with Telerik and Ajax on iPart in ContentPage

 
We are experiencing issues with deploying and using an iPart using a RadAjaxPanel.  The functionality of the iPart works fine by itself within a test ASPX page (outside of a WCM ContentPage) and the Ajax works with no problems.  We added the iPart to three different content pages in WCM.  In two of the pages the iPart works fine and functions properly, but a third one doesn't work.

The following outlines the setup and the issues identified on this last iPart.

 
1.  A RadComboBox is created with an OnSelectedIndexChanged event handler specified.
 
                           <telerik:RadComboBox 
                            ID="rcbActivityTypes" 
                            runat="server" 
                            Height="300px" 
                            Width="200px"
DropDownWidth="298px" 
                            EmptyMessage="Choose an Activity Type" 
                            AllowCustomText="true"
AutoPostBack="true" 
                            OnSelectedIndexChanged="rcbActivityTypes_SelectedIndexChanged"
Skin="WebBlue" 
                             >
</telerik:RadComboBox>
 
2.  The OnSelectedIndexChanged then preselects a second RadComboBox in the managed codebehind.
                           
3.  The first time we a value is selected from the RadComboBox, the event fires but then it seems as if many of the controls within the iPart are frozen:  the second RadCombobox doesn't get have the index updated anymore and the Cancel and Submit buttons do are not functional.
 
4.  If Ajax is turned off in the RadAjaxPanel (EnableAJAX="false") then everything works as expected, but the whole page refreshes which is ugly.
 
5.  I understand the RadAjaxPanel is not supposed to be in the same page as the RadAjaxManager so I am wondering if there is a conflict embedded in the content page itself, outside of the iPart declaration.
Does anyone have any experience with this issue or know of a resolution?
 
Also, if I ever want to use the RadAjaxManager to an iPart how should the settings be implemented as in the following example?
              <telerik:AjaxSetting AjaxControlID="rcbActivityTypes"> 
                    <UpdatedControls>                         
                        <telerik:AjaxUpdatedControl ControlID="rcbCategories" /> 
                        <telerik:AjaxUpdatedControl ControlID="rtbTitleDescription" /> 
                        <telerik:AjaxUpdatedControl ControlID="rtbProviderSource" /> 
                        <telerik:AjaxUpdatedControl ControlID="rcbHoursLength" /> 
                        <telerik:AjaxUpdatedControl ControlID="rbtnCPESubmit" />                         
                        
                    </UpdatedControls> 
                </telerik:AjaxSetting> 
 

Any help is appreciated.

Than you.

Event Registration

Hi,

I am implementing a web interface for event registration using Asi.iBO library. I am wondering what would be the best way to access values that we select in Web Setup Wizard when we define an event in iMIS? For example, how do I know which fields were selected in "Registrant" tab in a Web Setup Wizard so I can display them on my web form?

Thank you

css query - forest templates

I want to change the social networking icons on the header of our website to include our itunes and youtube pages. Can't find where these are specified in the css files and nothing useful in imis docs.

I've replaced the icons but can't find the html to change. Have looked in stylesheets and master page for the theme.

Anyone know where I can change them.

Thanks,

Rob