cancel
Showing results for 
Search instead for 
Did you mean: 

Workmanager Create uielement dynamically

Former Member
0 Kudos

Hey all,

Is it possible to create screen element dynamically.

For example i want to add a condition like if user select equipment "1" create 1 input field on screen or user select "2" create 2 input field on screen.

Regards,

Adem

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Depending on the requirements you might be able to accomplish something like this using OpenUI but you may need to preplan the area for the fields which is akin to hiding / showing the existing fields depending on the platform.

--Bill

Answers (1)

Answers (1)

Former Member
0 Kudos

You can only show/hide existing fields based on user selections. Dynamic UI element creation is not possible.