Sounds like auto-numbering is not enabled on the system. The submission of a HCSF creates a new document in the format of a HCSP. Since the HCSF is creating a...
We do this on a regular basis and it seems each time I setup a new archive I have to do a manual transfer first and then set it to auto export. So I setup the...
Hello, Is anyone running Stellent 6.1 and has successfully performed a Check- In via an Active Server Page? Any suggestions would be greatly appreciated....
Sudhin, Basically, we have another application and its generating a pdf file and we are wondering if instead of sending that report thru email we can just put...
Hello, I'd like to develop a workflow that allows the approver list to be built on the fly from a drop-down list or similar mechanism that would contain the...
Hi, Is there any way to "reserve" a content ID? I'd like to populate a record with metadata about a particular "in process" document development. The reasoning...
set this in your config.cfg: AllowPrimaryMetaFile=true This allows for metadata-only checkins. You can then perform an upload of a file on the "update" page. ...
Thanks Ron. It worked once I enabled it. Any tips on how to add option list to the form where the data comes from one of the metadata i.e. Project_type? ...
Alan, I tried to modify my VB code w.r.t ASP. Pls make the necessary changes, if any. ================================================================ Function...
Speaking of special characters, does anyone know how to explicitly state special characters, such as the new line? For stance, Java, JavaScript and C use the...
If they're content server metadata fields, you should be able to handle them like the content server does. For a custom metadata option list field of ...
Sudhin, First I need to install idcCommandx on the box that doesnt have the Content Server, right? Second, is to create all the subdirectory(Config, bin,etc..)...
Did you open it in a browser, or did you open it for editing in a text editor? I opened std_page.htm with Wordpad, and searched for "wf_approve_mail_subject"...
You should check out the 'js' IdocScript function. We use it all the time in the default UI to turn tab and newline characters into strings that can be used...
Just curious. What does Stellent advise and support? ... necessary safety nets in form of back-ups. ... update. (To avoid deadlocks) ... the DB, the fulltext...
We want to publish documents as HTML for presentation in a BEA Portal. Unfortunately, the BEA Portlets want to wrap the content in <HTML> <BODY> . . . </BODY> ...
in the global for the conversion template go to the options tag and set the output for xml compliant. You can still place whatever tags on the elements you...
The party line for Stellent in the past has been to use the Archiver. You would export the content in question, then import it with import rules that modify...
Does anyone know if it is possible to pull the first 100 characters (or so) of each document to be returned upon a query? If you can imagine doing a search and...
Hi, I'm really not to write on this list, due to the fact that I'm not using Stellent for production. I'm currently in the process of testing the product for a...
Hi, I had the same problem. Have a look in the SOAP VB example. I that one there is a base64 encoding. I used that in my ASP SOAP calls - then it works. Hope...
On Page 6-30 of the Stellent Content Server Administration Course Book there is a list of Idoc Script variables that can be used for queries. One of these...
Jon, Every one of my customers that have inquired about workflow have had the same requirment of being able to assign approvers on the fly. I don't have the...
I'm a bit puzzled, but can't you use the workflow tokens to set this information? (Tokens are only available, I believe, in Stellent version 6.x .) You can...
Allow me to clarify a few things... the 'token' workflow functionality actually dates back to 5.x. And yes, it can be used to create dynamic workflows based...
We set up a workflow, perhaps not as complex as you may need, but was simple to set up (I am not a programmer) We have a multi-select field named "xlanguage"....
Yep! Base64 did the trick! -Steve ... From: mo0020 <michael.olsen@...> To: intradoc_users@yahoogroups.com Sent: 2/5/2003 1:53 AM Subject: [intradoc_users]...