cancel
Showing results for 
Search instead for 
Did you mean: 

popup message in the middle of a method

Former Member
0 Kudos

Hi,

In method A exists method B which is used to popup a message window but the message didn't show until the end of method A. The message window should be displayed only after the process of part of method A not at the end of method A.

Best regards,

ts

Accepted Solutions (0)

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi ts,

Please find my answer in the below thread

Popup is coming after the execution of method b... | SCN

Hope this helps you.

Regards,

Rama

Former Member
0 Kudos

Hi Rama,

Can I customize importing parameters to the action of SUBSCRIBE_TO_BUTON_EVENT?

Best regards,

ts

former_member184578
Active Contributor
0 Kudos

Hi,

What do you mean by customize? SUBSCRIBE_TO_BUTON_EVENT is a standard method and you have to pass the parameters declared in it.

Regards,

Kiran

ramakrishnappa
Active Contributor
0 Kudos

Hi ts,

Can I customize importing parameters to the action of SUBSCRIBE_TO_BUTON_EVENT?

Why do you want to customize the importing parameters?


The method SUBSCRIBE_TO_BUTON_EVENT is used to bind the popup window's BUTTON to an action on a view.




Regards,

Rama


Former Member
0 Kudos

Hi Kiran,

I want to customize the importing parameters of the action imported to ACTION_NAME of SUBSCRIBE_TO_BUTTON_EVENT.

Best regards,

ts

Former Member
0 Kudos

Hi Rama,

I want to customize importing parameters of the 'action' not SUBSCRIBE_TO_BUTTON_EVENT.

Best regards,

ts

ramakrishnappa
Active Contributor
0 Kudos

Yes, you can add your parameters to the action's signature.

But, in here the case with popup window. It just accepts the action name and you don't have option to pass the parameters.

If you want to pass some parameters to the event, you can create an attribute in VIEW, and can be used in event handler method accordingly.

Hope this helps you.

Regards,

Rama

Message was edited by: Ramakrishnappa Gangappa

former_member184578
Active Contributor
0 Kudos

Hi,

In Actions tab, you can create your OWN action ( and pass that name to action_name of the subscribe method )

Regards,

Kiran