-
Specifying Folder as a Predefined Input to Real Time Query
I need to create a Real Time Query in xCP where I want to use the "Parent Folders" attribute as a Predefined Input. What is the format for specifying that value? Is it a path like '/Reports/Reports 2' (in single quotes)? Or does in have to be the ID of the folder that I am interested in searching? Thanks
-
Custom DFS layer
I want to develop custom DFS services 1. Are they bundled inside same DFS ear or they are deloyed as separate ear? 2. What is the upgrade process
-
handle check in as same version and do save in TBO
While check in as same version doSave() method is called (not doCheckin()). I want to run a functionality in TBO on CheckinAsSameVersion but do not want to run in each doSave call. How to handle Save and CheckinAsSameVersion differently in TBO doSave method.