-
To remove orphaned external ACLs through DMCLean Job?
Hello All, Can we configure the dm_DMClean job to remove the orphaned external ACLs as well? What I understood that it only removes the internal ACLs (those having r_is_internal = 1) if the "-clean_acl" parameter is set to TRUE. Do we have any out of box admin method to remove the external ACLs? I'll appreciate a quick…
-
D2 Job to start workflow
I am needing to create a D2 Job to query objects based on last reviewed date and start workflow for each when expired. Anyone have method code example to do this via a Doumentum method server job specifically for D2?
-
Move of forums to knowledge center
Just want to make sure I understand this accurately ... - Existing community central is going to be closed/read only - All future discussions/forums will be moved to knowledge center - Knowledge center is only available to users with a customer support contract with opentext That is, after April 15th - only people with a…
-
Blank parameters for business objects
* This is part of a form segment for a library I have a BO setup based off a view. In the view I have code that is something like, select * from myTable where @myValue = "" or @myValue = TableValue Basically, if blank return all and if not blank return what matches. Now I set up a grid to show the values and a textbox…