Search the web
Sign In
New User? Sign Up
intradoc_users · Stellent Users Group!
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10440 - 10469 of 21867   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10440
Cheers - I've had this down as a low-grade problem for ages. One less for the to-do list... ... From: intradoc_users@yahoogroups.com ...
Holdsworth, Lynn
Lynn.Holdsworth@...
Send Email
Apr 3, 2006
10:55 am
10441
I am working with SiteBuilder 7.2 to produce an intranet site used as a reference for our customer service reps. The problem I am having is popping a new...
dan_wiese@...
danw_bcbsmn
Offline Send Email
Apr 3, 2006
3:55 pm
10442
The high level answer: in our enviroment, a ballpark figure for IT responsibilities would be 29 hours per week. The long winded answer: In our environment I'm...
Huff, Darlene
getntuf4me
Offline Send Email
Apr 3, 2006
5:47 pm
10443
You can use a page level javascript to modify the targets of all "external" pages. Here is a script that I wrote: //list domains and there target names that...
KEN BOGART
bogartoh
Offline Send Email
Apr 3, 2006
6:46 pm
10444
If I add a step to add another criteria, my problem is that an email is sent to the user defined in this step. I've just created an step with the following...
toom_tooms
Offline Send Email
Apr 4, 2006
7:24 am
10445
I found a solution by myself actually. I've just added the following script : <$wfSet("wfJumpEntryNotifyOff","1")$> This prevents from sending an email. ... ...
toom_tooms
Offline Send Email
Apr 4, 2006
7:47 am
10446
Hi Stellent User Group, Some of our linking files have been overwritten by other files. As a result, we lost the links to old files. Is there any way , we...
mariamarif03
Offline Send Email
Apr 4, 2006
2:10 pm
10447
The easy way is to have a dummy user associated with that step and don't have any email address for them. Heidi Pollard Sr. Systems Analyst Municipality of...
pollardheidi
Offline Send Email
Apr 4, 2006
2:20 pm
10448
Can anyone offer any help... Now that 7.5 holds the SCS hierarchy in a project XML file it should be easy to use it to create site navigation for a Site Studio...
Alasdair Page
alasdair.bandq
Offline Send Email
Apr 4, 2006
2:45 pm
10449
If you're generating the menus client-side, skip XML just use the standard JavaScript objects. Use the standard navigation as a sample. Most likely you want to...
Brian 'Bex' Huff
bexmex
Offline Send Email
Apr 4, 2006
3:26 pm
10450
hi, I want to hide categorization folders which have no content in it. I know that's a feature to check-in new documents into this folder but I only want to...
hasel_1980
Offline Send Email
Apr 5, 2006
12:26 pm
10451
Our company has CS 7.01 and we are thinking move vault and wablayout to SAN (D:\) sever. Can anyone give me some direction, how can this be done? I have...
wen_jenny
Offline Send Email
Apr 5, 2006
1:29 pm
10452
Has anyone created a custom front end for accessing 7.5.1's \data\profiles\document\ directory and displaying a friendly report of (or even batch-editing) the...
James P. Shields
bigjim7772002
Offline Send Email
Apr 5, 2006
2:55 pm
10453
I'm trying to build a querystring in an HCSF form to pass to a query via a service. The query, as configured in Stellent, looks like: select * from TABLE...
rml_stellent
Offline Send Email
Apr 5, 2006
6:52 pm
10454
perhaps an elementary question, but here goes: i'm trying to append an idoc script to the end of a string, all within another idoc script. the purpose is to...
mikeybgoon
Offline Send Email
Apr 5, 2006
10:16 pm
10455
try <$"<$location= "internet/" & dDocType & "/" & "$>"$> _________________________________________________ Steve Hamilton ... From:...
Steve Hamilton
sshamilt2002
Offline Send Email
Apr 5, 2006
11:41 pm
10456
Does anyone know how to execute a service upon the release of a piece of content. I tried executing the service on the exit condition of the last step of a...
stellent1301
Offline Send Email
Apr 6, 2006
3:06 pm
10457
You might want to try and use a filter on 'postWebFileCreation' or something like that, to ensure that the index and/or inbound refinery has finished churning...
Charles
charlesfenway02
Offline Send Email
Apr 6, 2006
5:01 pm
10458
Once I set up the filter in the componentname.hda file, how/where do I set the function that is to be executed in that filter, such as method doFilter()? I...
stellent1301
Offline Send Email
Apr 6, 2006
5:46 pm
10459
As far as I know you can only execture the doFilter method of the FilterImplementor interface. In the componentName.hda file under the @ResultSet Filters add...
Charles
charlesfenway02
Offline Send Email
Apr 6, 2006
5:54 pm
10460
This definately helps, I have one more question. If I want to execute a custom service how do I do that within my filter class. I tried: ...
stellent1301
Offline Send Email
Apr 6, 2006
6:06 pm
10461
That's a complex problem... you can do this easily if your services is 'scriptable': m_service.executeServiceEx("GET_SEARCH_RESULTS", true); or if it is a...
Brian 'Bex' Huff
bexmex
Offline Send Email
Apr 6, 2006
6:15 pm
10462
When I execute the code on PostWebFileCreation, I get an error "Unable to execute service method 'docRefinery.' Sysem Error: Runtime error...
stellent1301
Offline Send Email
Apr 6, 2006
6:46 pm
10463
unfortunately, this could be because of a lot of things. Generally speaking, its because of data pollution. Try this: 1) make a copy of the m_binder data 2)...
Brian 'Bex' Huff
bexmex
Offline Send Email
Apr 6, 2006
8:48 pm
10464
What about just instantiating a new binder, as opposed to using the m_binder "instance," and using this 'temporary' binder to execute the service. I had to do...
Charles
charlesfenway02
Offline Send Email
Apr 6, 2006
8:55 pm
10465
Hi all, Also note in 7.5 that you can set the parameters below in Refinery Service Manager, Local Configuration, Native Options. Select "Jaws Distiller...
Terry Youngren
terryy11us
Offline Send Email
Apr 6, 2006
8:56 pm
10466
I am executing the service using the object m_service. This is yielding the same error. Is there another object or way I can execute a service? It seems that...
stellent1301
Offline Send Email
Apr 6, 2006
9:12 pm
10467
Hi, I've joined the group recently and I was wondering if I can get some help on Content Server customization. I need to create customized check- in pages...
Anand Varadarajan
gururaja_75
Offline Send Email
Apr 7, 2006
5:21 pm
10468
Are you talking about removing the New Check in link from the top navigation? If so, that's pretty easy. Create a custom component with a new resource...
Owens, Chris
cowens67
Offline Send Email
Apr 7, 2006
6:04 pm
10469
Anand, There are 2 areas you have to look at. First, to remove the 'New Checkin' from the classic layout, you will need to add a component and find the...
bannerchad
Offline Send Email
Apr 7, 2006
6:09 pm
Messages 10440 - 10469 of 21867   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help