iMIS Community facilitates the collaborative development of iMIS applications and solutions among the customers, partners, and developers of Advanced Solutions International.

add an attribute to the <HTML> tag on a web pag

 

on Imis 15.1.3.6699

I have a WCM Website running with no issues.

I would like to update the <HTML> tag to <HTML lang="en"> but when I try to edit any page I am only take to the iParts that are added to the page and cannot get to that level of HTML Detail on the physical page.

The *.aspx pages are of no help.

Is there a way to accomplish what I am trying to do.

Problem with ibo.net registration code, 15.2.15

I'm having trouble with a simple registration using a newly upgraded site. The actual error that I'm working through is with legacy IBO.COM code, but in an effort to try something different I'm trying iBO.net, without much luck. Is there anything in the code below that may be generating the error code below? It's failing on the "testRegistration.NewLineItem(FUNCTION, 1);" line, so the registrant class item (and the payment detail) aren't involved (I don't think). I don't pretend to be a .NET programmer but this seems simple enough.

upgrade from 10.6 to 15.2

We currently have a 10.6 installation running on Windows Server 2003 and SQL2000. We have built a new server environment on Windows Server 2008 R2(64-bit) and a new Sql2008R2 installation. We intend to install 15.2 in this new environment.

What steps do we need to take to accomplish this? There doesn't seem to be a direct path to do so. I'm assuming we'll need to upgrade to some lower version then upgrade again to 15.2. The question is how we go about accomplishing this in the environment described above.

thank you,
paul Chesney

XML file size limit?

Is there an size limit on the xml file exported from WCM? I have a client who built their web site on a test server, and when everything was working fine, I had him create the export file. The file didn't complete. We can export single documents with no problem. The file stopped at 113KB (right in the middle of a blob). We tried several times with the same results.

TIA

Sheryl Johnson
Business Systems Consultants, Inc

Required field validator control - Find Me / request Log on page

Hi -

Does anyone know if it's possible to disable / turn off the postal code field at /imis15/Core/FindMePage.aspx.

The only way to do this seems to be editing the actual FindMePage.aspx which contains the label, form control and an ASP required field validator control for postal code.

<asp:requiredfieldvalidator id="rfvZipCode" CssClass="" Runat="server" ErrorMessage="Zip/Postal code is required" ControlToValidate="txtZipCode" Enabled="false"> </asp:requiredfieldvalidator>

IQA - Display Tab - SQL Expressions to control how output is displayed

We're using 15.2.15.4667.

I have a query (IQA) which presents via iPart a listing of customer's 'Specialties'.  The data is maintained in a custom table which the customer updates using checkboxes.  The db stores this as either 1 or 0 (True or False)

Currently the output displays as something like:-

Example 1

Breast Cancer True
Palliative Care False
Paediatrics True
Education False

and I would, at a minimum, prefer the display as:-

Adding event functions to cart

I am currently trying to add an event and a function to the unified cart. It does add successfully but for the function if an individual wishes to purchase for example 4 tickets for a function under an event it does not charge them for 3 of the 4 tickets.
I have the code below:

var evm = new EventManager(entityManager, Session["EventCode"].ToString());
var regData = evm.Register(userData.PartyId);

MembershipWebService RequestPasswordReset logging

Is there anywhere on the iMIS App server or database that logs MembershipWebService RequestPasswordReset requests?  An issue was reported that a user had a token expried message for a request she sent just a few minutes before.   I want to validate these messages to be sure that there is not an issue.

Joy

Passing Parameters to external URLs

Hi guys - has anyone been able to - either by embedded URL, javascript iFrame or nav link - been able to pass a parameter of the imis ID to a 3rd party URL when a user logs into the public website. (kind of like the IQA dynamic filter of @Me or @SelectedUser)

Eg

imisid = 1000

External Link: http://mysite.com/id=
External Link: http://mysite.com/id=1000

I am hoping to use an ifram within a html ipart - or embedded url ipart (or event a nav link) to achieve this.

Passing Parameters to external URLs

Hi guys - has anyone been able to - either by embedded URL, javascript iFrame or nav link - been able to pass a parameter of the imis ID to a 3rd party URL when a user logs into the public website. (kind of like the IQA dynamic filter of @Me or @SelectedUser)

Eg

imisid = 1000

External Link: http://mysite.com/id=
External Link: http://mysite.com/id=1000

I am hoping to use an ifram within a html ipart - or embedded url ipart (or event a nav link) to achieve this.