Question
BitsInGlass
IN
Last activity: 1 Aug 2017 6:28 EDT
locking on Data-Admin-Operator-ID
Hi All,
Is there any way to allow locking on Data-Admin-Operator-ID class apart from creating work object and get the lock on operator id approach?
Regards,
Ramprasad
***Edited by Moderator Marissa to update categories***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Virtusa Consulting UK
GB
To enable the locking on this class is not advised, but if you can specify your requirement, we will be able to help you.
BitsInGlass
IN
Thanks for reply
We have a requirement where we want to set multiple accessgroups for an operator by multiple applications administrators when an email is triggred to each of these administrators. After receveing the email each app admin will try to update their application specfic access groups in the requested opearator profile.
How ever we would like to implement locking on the operator profile so that it will not over write other apps admin changes.
We tried a custom subcalss for Data-Admin-Operator-ID with locking enabled on the new class and it worked fine.The new sub class is mapped to pr_operators table.All the operators created in the applications are instantiated for the sub class.
Is there any problems with this approach or suggest any other approach.
BitsInGlass
IN
Any suggestions on above requirement please.
Virtusa Consulting UK
GB
Your implemented approach is fine.
Other approach would be to create a custom table for locking purpose and manage the locking using that table. But I think, your implemented approach is far better.
BitsInGlass
IN
Thanks for your reply.. do we except any issues around the subclass for any reporting,etc in future.
Virtusa Consulting UK
GB
Reporting should not be a problem as both the classes are mapped to the same table.
BitsInGlass
IN
ok.thanks for reply.