cancel
Showing results for 
Search instead for 
Did you mean: 

ABSL: Toogle selection mode

Jakub
Participant
0 Kudos

Hi,

In the Visitis tab (the standard BO Activity), there is possibility to select few rows. Like on below picture:


Is it possible to triger this action from ABSL, when I select few row by fuction Toggle selection mode ? I mean is it possible to get information which IDs was selected ?

I checked in the UI (picture below), and i can't find this option at all.

I know too that in DataModel i have the @HasLeadSelection, but from ABSL i cant read this value.

Is any possibility to get this value?

Regards,
Jakub

Accepted Solutions (0)

Answers (2)

Answers (2)

Jakub
Participant
0 Kudos

Anyone Know how to achive this problem? Is it possible that such a basic functionality to get which rows was selected is impossible?

HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Jakub,

There is no access form ABSL to any UI structures due to the Model-View-Controller (MVC) approach.

But the system hand over the selected rows if you trigger an action bound to the resp. list independent if this action is mass-enabled or not.

So, if you read the node IDs inside the action you know which rows are selected.

Of course we suggest to mass-enable any action to gain performance. 🙂

HTH,
. Horst

former_member105365
Participant
0 Kudos

Hi Jakub

You could try triggering your BO action with 'mass processing' enabled, see if key word "this" is your selected collection.

BR

Thomas

Jakub
Participant
0 Kudos

Hi Thomas,

I created the custom BO action with 'mass processing' , but still i don't have access (field in attached picture) to value which rows was selected.