cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Trigger Event Handler/ Execute Button using Script

former_member187270
Participant
0 Likes
1,130

Hi Expert,

I have few question.. . I have search in google but dint find any info related to below questions.

1) Can we trigger Event Handler using .absl script.

2) Can we execute a button using .absl script.

3)  Can we open a link(www.google.com) using .absl script.

4) Can we call/trigger Operation Types using .absl script.

I have raised this question because recently i came across a requirement where i need to extend a screen with Button. I have placed button on screen but i am not able to change it's properties( e.g: Onclick).By default button is binned to it's script. So i want to access either Event Handler or different Operations Types(e.g open link) using script. Below is the image for reference.

When i click on "+". It is not allowing to add other Operations Types.

Thanks,

Quddus.

View Entire Topic
HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Quddus,

Simple answer: No.

Just think of the place where the code is executed:

  • ABSL => Backend
  • Scripting => Client (UI)

Therefore this can't work, as the backend does not know anything about the frontend.

Sorry,

   Horst

former_member187270
Participant
0 Likes

Hi Horst,

Thanks Very Much...