06-06-07 12:22 PM
Hello,
I'm trying to write some basic business rules (select action).
The select action is something like:
select <some content>
..
order by title asc
If I substitute <some content> with document manager content all works fine.
If I substitute <some content> with wcm-content the preview returns content
always in the same order regardless whether I use
- order by title asc
- order by title desc
- order as is
Any ideas what's going wrong?
Environment is:
Portal 6.0.1.0
all DBs are cloudscape (it's an test environment)
Best regards
Uwe Daub
[ Post a follow-up to this message ]
|