Hi All, Is there any way to keep some data in sessions in Stellent. I have some data in a page. If I am passing it as a parameter, I am able to access it from...
if we plan to export/import documents, is it possible to keep their workflow state? i.e. export the files from server A and import them onto server B. In...
Thanks Chris,I got lot of info from your response... Padd ... three different ways. ... of editing. For example, if ... checks out the ... no special...
How do I remove or edit a dynamic link/content? I went into the contributor mode and right click the dynamic list and select edit but nothing happens. Please...
Hi all, I received the periodic Stellent Support email this week containing a fair number of available updates, one of which being Site Studio v7.7.2. Anyone...
Happy New Year!! I'm trying to set up a custom checkin screen. Am I doing the right thing by using hidden fields to set up the required fields? I'm doing this...
Hi All, Outside of utilizing WebDAV, is there a way that I can checkin multiple documents at the same time? Specifically, I have a customer who has an Excel...
To be able to edit you will need to install following components onto your content server and also on your client machine. CHECK OUT AND OPEN:- this componet...
Try the 'Batchloader' utility, or the 'IdcCommand' utility. The documentation provides some samples. Note: its best to use these utilities when you have...
Thank you for your answers. I haven't thought about Web Services. That could be a good idea. Our application is using the CIS to communicate with Stellent. In ...
Hi, Can anybody tell me how to open a link from the native doc in a new secondary page window(the content of the new window should be a word doc again).I tried...
I didn't get you Can you please elaborate it.You mean you were able to acheive it or not. Thanks Padd ... Site ... tell ... Javascript ... So ... Site ... Site...
Here is a custom Javascript function that given a content Id (dDocName) will open the content in a new window. You will need to include this function in the...
I have accomplished the opening of links in a new window by adding an onLoad function to the body tag that will loop the links array of the page and set each...
My own preference to this issue is to use javascript that does not have to be embedded in each link. Essentially a global javascript function. This is...
Thank you for your response. The component you mentioned is installed. The editing is not an issue. I guess what I'm trying to achieve is to remove the link...
Hey Toni it seems to me that you want to remove a document that has some particular dDoc Type. It can be done in following 3 ways. You can do this by simply...
I cover this on p27, p229, and p234 in my book... You can't simply call 'executeService' with any service. They must be flagged as 'safe' for scripting....
How can I increase the field size more than 1000 characters of an existing custom metadata field. I set the MemoFieldSize but it did not increase the field...
Without knowing "exactly" what your service does, the likely culprit is that your service 'IFCUPDATESTATUS' is not scriptable. The service must have an access...
That information can always be found (for Site Studio) in the "Designers User Guide" which is packaged with the ISO file. It's part of the help PDFs that come...
The sample of p59 works... unless you are running in XHTML or 'strict' mode... in which case you might have problems with open <option> tags. I'll probably...
Unfortunately, there's no mention of v7.7.2 in the What's New section of the Introduction, only v7.7.1. Christopher Owens Enterprise Content Management...
Putting the <$dSecurityGroup:isHidden=1$> at the top fixed the JavaScript error. Thanks Brian. Also, I understand why <$row$> would make more sense than...
No, web browsers don't allow that. Otherwise an evil web site could trick you into uploading your secret files. To do that, you should either have a primary...