iMIS Web Controls

access to Content Designer on iMIS desktop

Hello,

We are in process of upgrading IMIS to 15 and are new to iParts.
Right now we are trying to setup a security access to different parts of the imis and website management.
We need to remove access to Site Designer from iMIS Tools and Content Designer and Site Designer from Management Console.  We tried to use the security settings, but couldn’t get exactly of what we need.

User activity in WCM

We have an application that will be authenticating with the WCM login to provide access to some generated html pages.  We need to be able to keep track of the activity (clicks) on these html pages. In ASP.NET this activity could be captured in a Global.asax page. Since we don't have access to the Global.asax, I was wondering if there is a mechanism in WCM that keeps track of user activity? If not, is there a way to customize the functionality of the Global.asax so we can capture the request event? 

Office 365

We have recently upgraded to Microsoft 365 hosted email (from our own Exchange server).

We cannot get the iMIS Public "contact us" or registration email to work.  Below is what the contents of our Web.Config files are.   With other applications, we have to specify what the login authentication is such as basic or login.

Does anyone have experience with this.

WCM and documents (pdfs)

We have a client who is in the process of upgrading from eCM to WCM, In this process, we've identified a plethora of pdfs that are valid content items in eCM, but causing us some issues in WCM. A couple questions along the lines of how users of WCM are handling pdfs, if I may:

  1. The document manager doesn't work in WCM - doesn't load, doesn't function - or at least not by default. Has anyone tried turning this on for 15.2+? Anyone aware of a timeline for this to be a functioning appendage to WCM that is turned on by default (if it's even on the radar)?

jQuery not working in WCM??

I am unable to run any jQuery scripts in WCM. I thought it might be something blocking the $() shortcut, but even jQuery() is not working. I see the library is being loaded (and it appears to be correctly loaded), but even very basic/rudimentary commands are not doing anything - something like $("div").css("border","3px solid red"); (which if you visit the jQuery site, is the example used for selectors). This command works fine for me outside of WCM in a test .aspx page on my local machine (so I know the syntax is correct).

Asi.Membership.MembershipService.MembershipWebService ws = new Asi.Membership.MembershipService.MembershipWebService();

We need to generate a password based on the iMIS Businesss rules from the Webconfig file.

Is there another iBO method to generate a password in 15.2.1?

 

Asi.Membership.MembershipService.

MembershipWebService ws = new Asi.Membership.MembershipService.MembershipWebService();string password = ws.GeneratePassword(); //failed with 404 error

Event Type: Information
Event Source: ASI
Event Category: None
Event ID: 0
Date:  5/31/2012
Time:  6:21:39 PM
User:  N/A
Computer: IMIS152TEST
Description:
iPart: The request failed with HTTP status 404: Not Found.

iQA/event list iPart

Is anyone aware of an iPart that will display the results of a query in a list format? I have a couple clients looking for something as simple as an event list - they don't want to use the calendar event listing nor the grids/tablular view of the standard iQA query iPart.

Just checking to see if anyone is aware of something like this.

WCM/PV menu modifications

I've been working on a Public View customization and I've run across an issue with the asp:menu control whilst working on the master page. I'm trying to adjust the Display levels in the menu, but whenever I change the settings, I get the following useful error:

Value cannot be null.
Parameter name: value
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

PayPal Comments

Is it possible to modify the comments (1 or 2) sent to PayPal manager via PayFlowPro through WCM? If so, how? Thanks

Linkable search page

Hi All,

I'm wanting to create a web site portal for staff to log into so that can see some basic information about members while they are out on the road. However I'm stuck with the first section of creating a page in which they can select some details to search, which gives them a link to move onto a section, something similar to the roster manager page in public views. The query ipart works to give me my selection based on an IQA, but can't do much with it from there.