Home > Discussion Forum dm_developer Discussion Forum

Go Back   dm_developer Discussion Forum > Documentum Products > DFC

Reply
 
Thread Tools Display Modes
  #1  
Old August 9, 2001, 11:16 AM
adrianv adrianv is offline
Registered User
 
Join Date: Aug 2001
Posts: 2
List of cabinets

How does one get a list of cabinets without a query?

Reply With Quote
  #2  
Old August 9, 2001, 12:59 PM
BobbyBoucher
Guest
 
Posts: n/a
Re: List of cabinets

You must run a query to get a list of cabinets. There is not any DFC object that will give you a list. The query is rather simple...Select r_object_id, ..., ..., ... from dm_cabinet (If needed Where Clause), If wanted Ordering.

So for example Select object_name, r_object_id from dm_cabinet order by object_name.

Needless to say this query doesn't account for the is_private flag. You may want to filter the cabinets depending on username / default cabinet / private flag.

-Kevin

Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is On



All times are GMT -5. The time now is 05:34 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.