cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP MDK segmented control value when IsEditable is set to false

jeaneudes_humbert
Product and Topic Expert
Product and Topic Expert
0 Likes
812

Hello experts,

For one development built on top of SSAM, I am using a segmented control. I have written a rule which set the “Value” of this segmented control. This is working fine.However, when I try to add a rule (and the rule returns  “false”) to define the “IsEditable” property (or if the “IsEditable” property is set to “false”) of the segmented control, the “Value” is not displayed anymore.

You can see below an example:

The 2 segmented controls have the same rule for the “value” property.

First line” has the property  “IsEditable” set to false

Second line” has the property  “IsEditable” set to true

jeaneudes_humbert_0-1706694149839.png

Is this a bug or am I missing something here?

Thanks a lot for your feedback

Best regards,

Jean Eudes

Accepted Solutions (0)

Answers (2)

Answers (2)

Jitendra_Kansal78
Product and Topic Expert
Product and Topic Expert
0 Likes

@jeaneudes_humbert This issue has been fixed in MDK 24.4.2 release. 

jeaneudes_humbert
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello @bill_froelich , 

I would like to display an existing value of a segmented control (using a rule defined for the "Value" property of the segmented control) while having this segmented control not editable ("IsEditable" property set to false)