-
TBO Issue
Hi Experts, i am implementing one TBO based on dm_smart_list, while importing type iam not able to see in the object type list. if i am not import the type, directly deploy the project its giving error like upexcepected error occer.Please any body give me the solution for this
-
Is there co-related webtop with CS ,OS compatibilty about 32 or 64 bit
Hi, We are finally decide to use CS 64bit OS so I want to know about webtop install on OS 32/64 bit. Pragnesh Patel Documentum Dev Capstone Worldwide Inc. Email : Pragneshkumar.Patel@exeloncorp.com Phone : 312-394-2676
-
Using DFS 6.0 sp1, how do I add a folder with a specific custom ACL
As the title suggests I'm using DFS 6.0 sp1. to create a folder in a repository with the below code. How can I create the folder with a specific custom ACL? private DataPackage CreateNewFolder(string newFolderPath, string newFolderName, string folderType) { ObjectPath objectPath = new ObjectPath(newFolderPath);…
-
How to get the conditions for an attribute.
Hi, i am working on a application in which if applicable i have to get all the possible values for an arribute . i am able to retrive the default value list by using the following query - select valid_values from dm_value_list where r_object_id = (select default_id from dm_cond_id_expr where r_object_id in (select…