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.