-
Document versioning
Hi, I'm trying to version a document. I've loaded the master one and then I checked out the document and checked in 9 more versions with new contents. When I read all versions of the document with GetAllVersions (DFS) I notice something strange about the version number. Here you are the output of GetAllVersions method:…
-
D2 Question
Hi All We have a requirement to hide edit button which comes in User Administration widget (Admin Widget). Is there any way to disable that edit button or hide for a certain group of user's.
-
repository owner not able to modify permission on document
Hi, I have created a workflow with a auto activity which runs an automatic method on behalf of repository owner. Below is snippet to modify existing ACL: object.grant(session.getLoginUserName(), 6, null); for(int i=0;i<userName.size();i++){ if(object.getPermitEx(userName.get(i))<6){ object.grant(userName.get(i), 6, null);…
-
Reusing the number of an outgoing transmittal
Hello, I have deleted an outgoing transmittal by dql delete eifx_transmittal objects where r_object_id = '' but the system is not using the number I have deleted for a new outgoing transmittal. Is there any reference that I need to remove? Thanks in advance. Regards