Skip to Content
0
Oct 16, 2019 at 07:06 AM

Disable SAP MDK app field based on the current Page field value

703 Views Last edit Mar 10, 2020 at 07:08 PM 3 rev

Hi All,

I am using the latest SAP MDK SDK 3.2.0 version and trying to disable or hide a field, based on another field value entered/selected by the user in the same edit page of an MDK application.

Trying to get this dynamically. For example, I have two simple property fields in a Form cell edit page:

1. FCCountry

2. FCName.

And when I change the ‘FCName’ field value to ‘Carolyn’, ‘FCCountry’ must get disabled for editing. The below rule is written in the ‘Iseditable’ property of ‘FCCountry’ field, but does not work as expected. Please help with your valuable suggestions.

editpage.png enablerule.png

Attachments

editpage.png (6.5 kB)
enablerule.png (9.1 kB)