blog

Adding public view pages to a content record

I don't think this is possible, but who knows, I may be wrong. My client wants to have the ablility to include public view content on a regular content record. e.g. Say they create a content record that has the format of 1 over 1. They want the abiltiy to put text in the top box and then have  the public view page content in the lower box. Is this possible? If yes, how was this accomplished?

Why. Is New Content. Generated. From the Bottom?

I am having an extrememly difficult time in MOVING a Web part once I've created it within a content record. It seems that if I have a content record with too much content on it, I get this error: 

Error: The collection already contains the specified content item.

This is as was already catalogued previuosly here and as was submitted as a ticket. I do not know if ASI has bothered to resolve it.

off-topic - need suggestions for a Lead generation service/tool

I am looking for a lead generation tool to collect contact info from visitors when the download some white papers on my site. Could any one suggest a serice they have used for this? i would prefer to have a landing page on my site that lists the documents and gathers info from visitors or use an email bulletin that send out these links to a group of people with our target market (R&D professionals).

IQA query to list IQA queries

Here's a way to create an IQA query to list IQA queries and display their full document system path.

First, create a view to wrap the asi_PublishedDocumentPath function.  This view definition is for published documents only (status = 40), but change it if you need different results.

CREATE VIEW [dbo].[vDocumentPath] AS
 SELECT dbo.asi_PublishedDocumentPath([DocumentVersionKey]) AS 'DocumentPath', [DocumentTypeCode]
   FROM [dbo].[DocumentMain]
 WHERE [DocumentStatusCode] = 40 AND dbo.asi_PublishedDocumentPath(DocumentVersionKey) IS NOT NULL

Next, in Business Object Designer, create a business object named DocumentPath.  On the Database tab, add vDocumentPath, and both columns as properties.  Save and publish.

Looking for TaskCentre customer examples

In preparing for a Discovery presentation (Sept 27-29, 2010) on how customers are using TaskCentre, I am looking for examples of how customers are using the product: screenshot of the task design pane, with explanation of what the task does, emphasis on how TC reduces staff busy work.

Got any examples for me? Post here or email me directly at tericson@advsol.com. I'll post what I get on the TaskCentre pages, as well.

Agile Austin: Resources for learning the method

Agile Austin has put together a nice collection of resources for learning agile development practices: http://www.agileaustin.org/agile-resources/

It recommends books, websites, listservs, blogs, videos, and podcasts, to support many learning styles. It also links to tools that members have recommended for use with agile.

Pasting a clickable hyperlink into an Outlook 2007 message

I'm reasonably sure this was working as I expected it to (i.e. copy a URL from the browser, paste it into a message, and it created a clickable hyperlink), but recently stopped working, such that I had to go through the extra steps of Insert / Insert Hyperlink.  Maybe an Office update changed the setting, I don't know...

Anyway, to switch it back, Tools / Options / Mail Format tab; Editor Options / Proofing / AutoCorrect options; check "Internet and network paths with hyperlinks" on the "AutoFormat As You Type" tab.  Note that the identical checkbox on the "AutoFormat" tab didn't affect this.
 

Updating an iMIS standard Crystal Report?

I need to update the ARStatement crystal report to be able to select  Meeting codes to exclude from the statement reports. How do I add a field with a label that says: Specific Meeting Codes and make it work in iMIS. I tried putting a parameter field in the report, but can not select it.

I attached the screen shot of where I need to put this info. Any help is greatly appreciated.

WCM Navigation Code

Is there a way to have the site map display links to Anonymous Users but as soon as they login, those links go away.  Example when a member comes to the site anonymously, he would see the Join Us link but as soon as he logs in, that link should go away.  It looks like you should be able to use the navigation code field but I have tried everything i know to do to make this work, short of a complete custom solution.

Upgrade 10.6.30.17 to 15.1.2.4260 issues

We are trying to update iMIS from version 10.6.30.17 to 15.1.2.4260 version.

We were using Opportunity module from the version 10.5. with custom BOs.
We decided to drop .NET tables as they were causing a lot of errors when trying to upgrade to 15.0.1 on the test server (about a year ago ).
Now we are trying to go from 10.6.30.17 to the newest version 15.1.2.4260.
The steps we are taking (as instructed by ASI support) are below:
-  drop 10.6 .NET tables using script from ASI,
- I also deleted our custom tables (OpportunityMainAACUDonor, OppportunityMainAACUMember) and views using those tables (vBoOpportunityAACUDonor, vBoOpportunityAACUMember) as I was getting error on views if I didn't do that and the update would fail.
- manually drop the SP called asi_CheckImisNetPrivilegeLevel
-Check if we can login to IMIS as Manager not only Manager!sa
-Run script for bad views and clean them up. I deleted all views using those .NET tables we dropped. 
- run update
Syndicate content