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,...
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...
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...
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)....
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...
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...
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. ...
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...
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...
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...
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, 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>...
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...
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@...
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...
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...
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...
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...
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, for the second method I tried this <$QueryText="dDocType <Matches> 'NWS' <AND> '"&formatDateWithPattern (dIndate,MMM)&"' <Matches> 'Aug'"$> But still I...
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...
Though there is probably a more efficient way, we do it like this: <!--$fullDate = formatDateOnlyFull(YOUR_DATE)--> <!--$wsChar = strIndexOf(theDate," ")--> ...
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...
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 =...
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...
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...
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...