Skip to main content
Solved

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

  • September 22, 2021
  • 3 replies
  • 319 views

Forum|alt.badge.img+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

Best answer by Bhagya Wickramasinghe

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

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+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


Forum|alt.badge.img+2
  • Author
  • Do Gooder (Partner)
  • 4 replies
  • October 5, 2021

Hi Bhagya,

Thank you. :relaxed:

 


Forum|alt.badge.img+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