Hello,
I am executing a script that would be executed by multiple users. In VuGen, if i tried with different users, it is working fine.
user1 is opening record1
user2 is opening record2 as expected.
But in controller it is failing. i am guessing, user2 is trying to access the record which is locked by user1.
Is there anyway, to find the run time values in controller?
i am trying to debug from the Error logs from controller but couldn't confirm why it is failing.