cancel
Showing results for 
Search instead for 
Did you mean: 

Change UI property of KUT field using logic in SDK

Former Member
0 Kudos

Hi,

I am looking for a way to control the UI property of one of the KUT field using some logic in SDK. I have gone through similar thread from last year but didn't found any solution.

Just want to know has any improvement been done in the system after one year in this area or is there any workaround.

Thanks,

Shobhit

Accepted Solutions (0)

Answers (1)

Answers (1)

sunil1101
Advisor
Advisor
0 Kudos

Hi Shobhit,

If you want to control KUT field property based on some condition, then unfortunately std UI it is not possible. Field's property can be handle by front-end scripting(ruby script), for std UI you not allowed to write ruby for any field.

You can create custom fields in custom BO, use embedded component with required field on the std screen. There you can write logic in ABSL to read std fields value and pass that value in other variable define in custom bo, use this value in front end script to control property of the fields.

Regard

Sunil