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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 7507 - 7537 of 21910   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7507
The best way I know of to modify the tamplate page HOME_PAGE is through the component wizard. If you customize it through there, then you won't have issues,...
bannerchad
Offline Send Email
Jan 3, 2005
2:31 pm
7508
I'm using the java api with stellent in order to attempt to get back content that has been modified recently. So basically I want to run the following sql...
rch_knight
Offline Send Email
Jan 3, 2005
8:59 pm
7509
Use these parameters: dataSource=DocHistory resultName=DOC_HISTORY -- Brian 'Bex' Huff <bex@...> PGP Key:...
Brian 'Bex' Huff
bexmex
Offline Send Email
Jan 3, 2005
9:02 pm
7510
Hi, How to extract month from a given date using idocscript. For example I need to extract the month from the document checkin date. Thanks, Shalini...
rshalinifrancis
Offline Send Email
Jan 4, 2005
9:53 pm
7511
For those Stellent customers in the greater Chicago area, we are hosting the 3-day Customizing Content Server class at our site, Argonne National Lab (ANL)....
Janice Gorecki
jmgorec
Offline Send Email
Jan 4, 2005
10:00 pm
7512
Hi, How to extract month from a given date using idocscript. For example I need to extract the month from the document checkin date. Thanks, Shalini I searched...
rshalinifrancis
Offline Send Email
Jan 5, 2005
3:44 pm
7513
Hi, How to extract month from a given date using idocscript. For example I need to extract the month from the document checkin date. Thanks, Shalini I searched...
rshalinifrancis
Offline Send Email
Jan 5, 2005
3:45 pm
7515
I guess no method is avialble in idocScript to extract month,we have to use string functions to separate date or use java script. Thanks ... ...
prakash
sankuratri77
Online Now Send Email
Jan 5, 2005
3:53 pm
7516
To get the month from a date format metadata field you can use: <$formatDateWithPattern([fieldName],'MMMM')$> which would return the full name of the month. ...
David Moulton
davido_2001
Offline Send Email
Jan 5, 2005
4:04 pm
7517
Hi, Stellent Newbie here. In a SearchResults Loop on an hcsp page I am trying to put an image next to all files that will expire in the next 30 days, I have...
enfield_web
Offline Send Email
Jan 5, 2005
4:49 pm
7518
Hi, Stellent Newbie here. In a SearchResults Loop on an hcsp page I am trying to put an image next to all files that will expire in the next 30 days, I have...
lee.russell@...
enfield_web
Offline Send Email
Jan 5, 2005
4:49 pm
7519
Hi All, I need to sort all the documents based on the checked in month for example if a user clicks on Jan it has to pull all the document checked in during...
rshalinifrancis
Offline Send Email
Jan 5, 2005
5:12 pm
7520
Two things come to mind: formatdatewithpattern is an IDOC script function that the Verity engine may not be able to handle? Therefore, maybe that function ...
David Fielding
dsfielding
Offline Send Email
Jan 5, 2005
5:26 pm
7521
David, I tried to use the script you mentioned but it's not working. I need to pull all the documents regardless of the year. <$QueryText="dDocType <Matches>...
rshalinifrancis
Offline Send Email
Jan 5, 2005
6:14 pm
7522
I just noticed we may be missing something else. When I use the pattern, I have to put quotes around the pattern. Your response also missed a double-quote...
David Fielding
dsfielding
Offline Send Email
Jan 5, 2005
6:28 pm
7523
Hi Shalini, I've just done something similar in an effort to extract the year. A statement something like this should work, assuming that your checkin date is...
Holdsworth, Lynn
Lynn.Holdsworth@...
Send Email
Jan 5, 2005
6:31 pm
7524
well, the first part of your question, seemed to work fine on a page I had. Here is the total code. Mine's an hcst but that shouldn't matter. Are you getting...
Cordell9
Offline Send Email
Jan 5, 2005
6:45 pm
7525
oops forgot to include the code <$QueryText = "dDocTitle <Substring> `acme`"$> <$SortField = "dDocTitle"$> <$SortOrder = "Asc"$> ...
Cordell9
Offline Send Email
Jan 5, 2005
6:48 pm
7526
I am writing a migration script that will take some 300,000 documents or so and move them into Stellent. I am getting a list of the documents with the...
gartnerjmoody
Offline Send Email
Jan 5, 2005
7:33 pm
7527
it could be the indexer, or it could be the database that is slowing you down... you can shut off indexing in 7.0 by switching to database search with this...
Brian 'Bex' Huff
bexmex
Offline Send Email
Jan 5, 2005
8:00 pm
7528
Hi, I have to sort all the document based on the Implementation date. For Example: If the user clicks on the word 'jan' it has to show all the document checked...
rshalinifrancis
Offline Send Email
Jan 5, 2005
8:37 pm
7529
Well, the bottom part isn't going to work because your syntax isn't even close to workable. Logical Idoc string append is the '&' character, '+' is for...
Jason McLaughlin
jason_fishbowl
Offline Send Email
Jan 5, 2005
8:46 pm
7530
Jason, for the second method I tried this <$QueryText="dDocType <Matches> 'NWS' <AND> '"&formatDateWithPattern (dIndate,MMM)&"' <Matches> 'Aug'"$> But still I...
rshalinifrancis
Offline Send Email
Jan 5, 2005
9:08 pm
7531
Hi, How do I get all the documents checked in during the month of january. I tried using the following. I know I did some mistake passing the string but can...
rshalinifrancis
Offline Send Email
Jan 5, 2005
9:41 pm
7532
Though there is probably a more efficient way, we do it like this: <!--$fullDate = formatDateOnlyFull(YOUR_DATE)--> <!--$wsChar = strIndexOf(theDate," ")--> ...
ironhead@...
webfeathers
Offline Send Email
Jan 5, 2005
9:51 pm
7533
That last part still isn't going to get anything. I was more just trying to say logical reasons as to why it wouldn't work. The pattern Verity uses needs...
Jason McLaughlin
jason_fishbowl
Offline Send Email
Jan 5, 2005
10:03 pm
7534
Using Jason's suggestion as the foundation, use formatDateWithPattern to get the month so you're not dependent upon the locale or date format. <$Month =...
David Fielding
dsfielding
Offline Send Email
Jan 5, 2005
10:15 pm
7535
Thanks Brian -- it seems to be stranger than just the indexer slowing things down. I am getting fails: 500 syswrite: There is no process to read data written...
gartnerjmoody
Offline Send Email
Jan 5, 2005
10:46 pm
7536
I will be out of the office starting 05.01.2005 and will not return until 10.01.2005. I am out of office on 07.01.2005 I will respond to your message when I...
christoph_doppelmeier...
Send Email
Jan 5, 2005
10:52 pm
7537
that's not a content server error... what kind of script are you running? You should be using the Batchloader or IdcCommand from the command line to check in...
Brian 'Bex' Huff
bexmex
Offline Send Email
Jan 5, 2005
10:57 pm
Messages 7507 - 7537 of 21910   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