-
Get user permission in ACL
Hi All, My requirement is to check if the user has relate and above permission in an ACL. My ACL has groups and user lies in one or more groups. ACL Name: Sample_acl testreadersgroup - read testrelategroup - relate dm_owner - write dm_world - read In above case, user lies in both the groups. So my expected result will be…
-
using process variable as transition condition value?
Hi All, How can you use a process variable as your conditon value? (xcp1.6 process builder - dctm 6.7) I want to compare 2 variables against each other on a activity transition. With the wizard I cant see a way to select the process variable as the value - tried the Manual Edit option as well with the below:…
-
Issue with legacy documents after xCP Deployment
Hi, We have migrated from D 6.7 (Taskspace) to D 7.1 (xCP2.1). We have used type adoption and modified already existing object in xCP2.1 designer. Then we did the deployment of updated object type in the repository but after deployment I am not able to open any object in Webtop 6.7 SP2. When i try to open it says, Regards,…
-
Track attribute changes with a TBO
I want to include functionality in a TBO to track all attribute changes made to the persistent object before it's saved to the repository to be able to act upon what has been changed. My ambition was to override all methods that can modify attribute values but I soon realized that many of the attribute changing methods in…
-
How to stop execution of search query after it was triggered from advance search
Hello Experts, Our client wants to have a cancel button which should stop query execution when performed through advance search. But not sure whether the stop search option available in the search results page will stop the query execution in the backend instead it just stops the results displaying onto the page. Need some…