Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
2k views

Where can I find a tutorial for IdocScript for Stellent/Oracle UCM?

Where can I find a tutorial for iDoc Script for Stellent/Oracle UCM? I just got assigned to do maintenance on a page that uses it, and have no prior experience with either Stellent or the script. My ...
0
votes
0answers
15 views

Modifying Oracle UCM user interface

I would like to modify user interface of my UCM, but it seems that there's no built-in components for such task. What I want to do is personalize UCM website(http://host:port/cs) depending on user, ...
0
votes
1answer
145 views

How can I force a request or suppress primary file missing error in UCM/Stellent?

I'm currently writing a custom component in Java that instead of writing a static HTML file will write a static docx file with all the metadata when a specific checkbox is selected. What I'm ...
0
votes
1answer
475 views

Check the size of uploaded file in Oracle UCM

I need to check the size of the uploaded primary file in Oracle UCM during checkin. I tried writing a filter on the event validateStandard and check the value of dFileSize. But the value is null. ...
0
votes
2answers
840 views

How to create HTTP 301 redirect from Stellent (Oracle UCM) script

Is it possible to send a HTTP response with a permanent redirect from a Stellent (now called Oracle UCM) website? We're using version 7.5.2 with iDoc script. We can use the iDoc function ...