cancel
Showing results for 
Search instead for 
Did you mean: 

POWL Popup with Input Field

edemey
Explorer
0 Kudos

Hi,

is it possible to open a Popup from a POWL with an input field.

Requirement:

The user selects several ressources in a POWL.

The user executes a POWL function where the ressources can be locked.

For locking the ressources a locking reason must be set in the POWL popup.

Is this possible? If yes could you explain how.

Thanks,

Eddy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can write whatever code you want in the HANDLE_ACTION method of the POWL feeder.

Did you try that? If yes, what was the problem that didn't allow you to display a pop-up?

edemey
Explorer
0 Kudos

I know that can handle actions in the POWL feeder.

I assumed that the POWL standard delivers something.

But how to call the popup in HANDLE_ACTION?

Do you mean that I should call another WD application were a popup is defined?

If´yes, how to path the selected powl lines to the called application?

Thanks, Edgar