Solved

How to enable a RMB when only selecting multiple records in aurena?

  • 22 September 2021
  • 3 replies
  • 221 views

Userlevel 2
Badge +2

Hi all,

I’m trying to enable a RMB in aurena page when only selecting multiple records. And it should be disabled for single record selection. I was trying with changing ‘modes’ in commands , but I was not able to solve this. Can anyone help me to reach out this?  

Thanks

icon

Best answer by Bhagya Wickramasinghe 3 October 2021, 12:22

View original

This topic has been closed for comments

3 replies

Userlevel 5
Badge +13

Hi @XitThariK,

In the respective .client or .fragment file include the following code snippet in the command section based on the requirement.

mode=SelectedRecords;
mode=SelectedGroupedRecords ;

Example:
 


Hope this helps to resolve your issue!

Best Regards,
Bhagya

Userlevel 2
Badge +2

Hi Bhagya,

Thank you. :relaxed:

 

Userlevel 5
Badge +13

Hi @XitThariK ,

If you think my answer helped to resolve your issue, please mark it as the best answer. So that it will be helpful for other peers.

Thanks!

Bhagya