General book information
June 29, 2006 - 1:59pm — bexPlease visit the official page for this book for general information, source code, and updates.
If you have a question about the book, or feedback of any sort, please leave it here.
Please visit the official page for this book for general information, source code, and updates.
If you have a question about the book, or feedback of any sort, please leave it here.
Possible error: CHECKIN_SEL, WORKFLOW_CHECKIN
I haven't had the chance to read through the book yet, but I was using it as a reference today. From what I saw today, it looks like the descriptions of CHECKIN_SEL and WORKFLOW_CHECKIN in Appendix E omit some required parameters: dID and dRevLabel.
It's a good feeling to have so much Bex knowledge at my fingertips. Thanks.
-Jeff
Confusion on Page 210
I have Eclipse 3.2.1 on Windows XP. I'm ok until step #5. I don't see a "Add Folder" choice.
I do however have a choice of "Create New Source Folder" under Details at the bottom of the dialog box, but
doing this doesn't give me a "Advanced >>" button as step #7 indicates.
Also, where exactly should the CustomFilter.java file go?
/stellent/custom/AlterPrefix/classes (or) /stellent/classes/alterprefix/classes
Thanks,
-Greg
yeah, Eclipse is finicky
Thanks, I'll eventually need to put up info for Ecipse 3.2 as well. Its frustrating that they change it so much between 3.0 and 3.2... and they constantly make it harder to link a folder to the filesystem. They expect everybody to use ANT, I guess ;)
Having no prior experience
Having no prior experience with Eclipse I was having problems following the
book's instructions. So I downloaded the older version of Eclipse 3.0 and
now I am able to follow the instructions much closer now.
So I created the AlterPrefix project and added the Stellent project to it.
But when I enter the java code for CustomFilter.java, the project doesn't
recongnize the "import intradoc..." references. After messing with it for a
while I decided to delete the AlterPrefix project and create it as a package
under the Stellent base project. Doing it this way does recognizde the import
intradoc statements and compiles without errors.
Does anyone know what I would have missed before while having the AlterPrefix
project stand-alone with the Stellent base project added to it?
Thanks,
-Greg
I think I found what I was
I think I found what I was missing. I wasn't adding the external JARs to the
AlterPrefix project. I was thinking that when I added the Stellent base
project it was getting those from the base. Anyhow, I added them and now
I seem to be ok.
HELLO_WORLD Service
Just for kicks I decided to try to use the HELLO_WORLD service in a Profile/Rule
default value.
For example:
I added a custom default value to the xComment field like this...
<$dprDefaultValue=executeService("HELLO_WORLD")$>I expected it to place the "Hello World!" text by default in the Comment field.
Obviously I'm going about this the wrong way. Is this just a syntax problem?
Thanks,
-Greg
not quite...
There is no return value for executing a service... it uses a complex binder of data for the input, and has a complex binder of data for output.
I'm not positive what you are trying to do... but I believe you should start In your case, you would need to make HELLO_WORLD a scriptable service. See chapter 2 for an explination of the security flags.
Also, then your code would look like this:
<$executeService("HELLO_WORLD")$>
<$dprDefaultValue=helloMessage$>
Of course, executing a service call in a profile rule is a bit expensive... you might want to consider a custom IdocScript function instead.
executeService in a RULE
Hi Bex,
I think you might find that you're unable to execute a service, I've been unable to get results from SS_GET_SEARCH_RESULTS nor COLLECTION_INFO.
I'm trying to duplicate WebDAV's inherit metadata functionality on check-in if the user specifies a 'folder'.. maybe there's a better way to go about it.
removed some comments...
as per user request, two comments were removed...
reply
Well written, easy to understand and use, congratulations on a truly useful tool. I have worked with Stellent for many years, and have this book next to my keyboard at all times! Bex has always provided clear answers for the user group, but this provides a clear direction no matter what you need to do with your Stellent system. fosamax
thanks!
Very complimentary, fosamax... I appreciate it. Don't forget to put your review on Amazon as well.
reply
actually, thank you (again) for the book. fosamax
Stellent Sarbanes-Oxley Solution
I am reading your book now. I am working with Oracle UCM 10gR3.
On page 3 you mentioned different Stellent components. Some of these components are name different in the new version of Stellent (now UCM). Like Content Refinery, what is now called Inbound Refinery.
You wrote that there were two Compliance and Records Management components: Records Management and Sarbanes-Oxley Solution. The Records Management component is still available as Records Management.
Do you know if the Sarbanes-Oxley Solution is part of a Oracle UCM component package? And if so, how it is called? Or is it not available anymore? Or only available as component which should be purchased separately from Oracle?
Kind regards,
Eric
Sarbanes-Oxley being rewritten
Much has changes since 2006... last I heard they were rewriting the SarBox solution to be more in line with Oracle's Governance, Risk, and Compliance suite:
http://www.oracle.com/solutions/corporate_governance/index.html
Sarbanes-Oxley
Thank you for this reply.
Eric
rules and services
funny,
Mr White and I just discussed this very item in a meeting today, the profiles "space" maintains a different databinder, primarily for data pollution reasons but dev believes we should still investigate this issue so stay tuned, I will add some more comments in a day or so on what we find out. I think I remember some config flags or some manner of retrieving the proper info within the profiles realm.
Post new comment