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@...
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...
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...
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...
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...
I found a solution by myself actually. I've just added the following script : <$wfSet("wfJumpEntryNotifyOff","1")$> This prevents from sending an email. ... ...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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)...
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...
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...
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...
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...
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...
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...