Update: We have completed our iMIS Community information architecture restructuring to give you easier, more intuitive access to the information you need. Please let us know if you have any problems or ideas for improvement!
About
Importing WCM content from dev to production
We're having issues with importing content from dev to production when the content in dev contains links to other content in the the testenvironment (example: ;"><a href="/imistest/DevSite/EventContent/EventPages/file.aspx" needs to be "/imis15/ProdSite/....> Does the html code exist in the database so that i could do a mass update to change those references to the correct directory path? I am unable to edit the imported file through WCM?
Desktop Error Message
Here is the screen shot of the error I am getting:
E-Communities CF error msg box Document.form1.TDescription is null or not an object.
This is from the CF pages in e-Communities with 15.1.1 Public Views.
When a document is uploaded the form errors with first this message then a viewstate error page.
A msg box with:"Document.form1.TDescription is null or not an object." is the first error response.
iBO Web Content / Product Page
I am trying to find a way to retrieve product information for the current product or to retrieve information for the current web content the user is viewing.
The issue I'm having with retrieving the product information is that I can't find a way to retrieve the specific product that is being viewed. The query string parameters on the product.aspx page contain a category id and a product id. When I use iBO to query for the current product, I can't find a way to retrieve the product based on the catId or prodId in the query string parameters.
Debugging desktop connection issues
Is there any way to debug desktop connectivity issues? We have a client that recently had a rash of DNS issues after adding several new IP addresses to their server. Ultimately we discovered an issue with the Plesk tool we use to maintain the domains, but in the meantime we tried a few things to try to troubleshoot. One thing we did was moved their application from a sub domain to the root (we deleted the sub and recreated a domain using the same url, so xxx.org with subdomain iMIS (imis.xxx.org) went to imis.xxx.org no sub domain. After the dns issues got resoved we can now connect to the web view just fine, but the desktop will not open. We got the Error during logon: the iMIS website may not be functioning properly..... error. This is driving me nuts and the customer has been without the desktop access nearly all week. Any thoughts/suggestions?
WCM Create Account State Drop Down List
Version 15.1.2.4730
I have finished walking through set up for this site, and when I try to create an account there is no list of states appearing in the state drop down list. Where does this list come from?
Brad
Redirect to Billing page after auto-login forcing re-login
Using iMIS 15.1.2.
I have a custom page that allows a user to register to become a member. It either creates a new contact, or uses their existing contact (if they remember their email address or have already logged in).
This custom page takes in a variety of information and saves it to the contact, as well as some user defined fields. It also creates a new subscription and bills the contact.
Using iBO to update an entry in the Name table
Hi,
I have a CContact entity that I am updating. At the same time I would like to update a field in the Name table as well as the Name_Reg table. I am able to get access to Name_Reg and update but I can not see the Name table. My code is
Get a valid contact from iBO then;
CExtTable t = contact.GetExtTableByName("NAME_REG");
CExtField f = t.Fields.Where(fn => fn.FieldName == "Pref_Phone").FirstOrDefault();
Can we create our own "preconfigured security set"?
When we export a document (IQA query, business object, content, content type, etc.) today, if that document has custom permissions it will not import into a database that didn't already have that content with custom permissions. This comes up in the following scenarios:
- Create a new query in Dev, set permissions, test, copy to production.
- Create a generic iPart with permissions, import to new clients.
- Modify the ACL for a query to include a new Role in Dev, then import to Test.
- Import new Nav items we've set up in Dev.
Beside all that, we often have to apply the same permissions over and over to multiple items. Having our own predefined security sets would make this a lot simpler. (It would also keep the Access* tables from growing excessively, since each "custom set" is assigned its own key.)