cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering an action from a transaction screen

Former Member
0 Kudos

Hi All,

I am working on workmanager 6.4 and there is a requirement to add an image which invokes the Map functionality via Open UI configuration. This needs to be added in a form which captures certain data (transaction screenset ). Below are the options tried but has'nt worked.

1.In the transaction screenset added a image associated with action that triggers the Open UI configuration. But as per agentry framework an action does not get trigerred from a transaction screenset

2. Added a tile display in the transaction screenset, associated it with a object screenset with a field of type Embedded image, associated with the action. With this approach the action does get invoked and the Map launches successfuly, however on clicking of the Finish button of the transaction screen, the app crashes. The app does not crash of click of this button if the image within object screen is not clicked at all.

Could you please suggest options to fix this

Thanks,

Pooja

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert

This is not a supported scenario. When an action is in progress you cannot call other actions.

Rather than using a standard control and trying to use it to trigger the map, have you considered a custom control that then can display another window for the map? This would not violate the restriction on calling other actions because it all within the control. As long as you are not trying to call back to actions from the map it might work. Without fully understanding your requirements I can't say further.

--Bill