Dan_Welcheck
10 months agoNew Contributor
TransformationEventHandler question/issue
Hello Everyone,
I’m not sure if I’m not understanding or just approaching the code wrong. We’ve been on OneStream for about two years and myself and my co-admin are not extensive in our code knowl...
- 10 months ago
Business rules launched by a given user will only have the rights that the user has.
That unlocking activity will have to be run by someone with the right privileges, but you can try to be clever by signaling when it's the right time. For example, you could have the activity run by the basic user set a value or file somewhere, signaling "it's time to unlock please". Then you can have a scheduled DM job, set up by the privileged user, that runs very often; on execution, it will check for that value, and if it finds the value set it performs the unlock and resets the value.