Questions and discussion about developing processes and programming in PHP, JavaScript, web services & REST API.
Forum rules: Please search to see if a question has already asked before creating a new topic. Please don't post the same question in multiple forums.
User avatar
By programerboy
#827409
Hi,
One solution is the method you used and it is right and you need to manage it with trigger.
But another way is to use JavaScript code as follows:
Code: Select all
$("document").ready( function(){
	var Grid_Count = $('#YOUR_GRID_ID').getNumberRows();
	var Grid_Object = getFieldById('YOUR_GRID_ID');
	for(var i=1;i<=Grid_Count;i++){
		if($('#YOUR_GRID_ID').getValue(i, 1) != $('#YOUR_HIDDEN_USR_UID').getValue()){
			Grid_Object.tableBody.children().eq(i - 1).css('display', 'none');
		}
	}
});
https://pmlearning.info
Thanks

Being the best in the started business is the obje[…]

Winzo is a popular and unique game on the mobile p[…]

Cannot create process using templets

Real details. The problem was solved by effect!

However, it is essential to use it responsibly and[…]