Question
7
Replies
96
Views
Posted: December 16, 2019
Last activity: December 18, 2019
Closed
Solved
How can i get Locked Cases
Hi Team,
In bulk actions i am getting cases based on filter conditions.
That results i am displaying with grid layout.
Now my requirement is i need to add on other column as Locked, under Locked column i have to show that case is locked or not.
If case is locked we need to display "Locked" other wise we need to display Empty value " "
Thanks,
Ravi
***Moderator Edit-Vidyaranjan: Updated Platform Capability***
Hi
You can do a join with the lock table to get the matching record.
Then in you RD use the Case when function in the Column Source. If the value exist in locks table return Locked or else NULL.
Hope this helps.
Regards
Bhavya