cancel
Showing results for 
Search instead for 
Did you mean: 

Change the image in the statice adobe forms dynamically based on condition.

former_member576008
Active Participant
0 Kudos

Hi Experts,

Could you please explain how to change the image dynamically in the static adobe forms based on certain condition/calculation.

Thanks in Advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member576008
Active Participant
0 Kudos

got it thanks

Former Member
0 Kudos

One of the very few options you have is loading them all into the form as embedded images, and then dynamically making the visible and hidden depending on your conditions.

Dynamic loading of images (from a URL or remote location) was completely removed from Interactive Forms a while ago as it was deemed insecure. (and it is)

The second option is loading them all into your SAP system and then making a webservice which you call with a trigger to return you the binary form of the image, which you can read by creating the correct type in the Context.

Kind regards,

Frederik-Jan.