Any idea how can i enable the status field in mobile case page. I already tried to modify the MobileCaseRecordPageSettingsDefaultWorkplace file and add enable = true under Status but still it is disabled.
You do not have to modify MobileCaseRecordPageSettingsDefaultWorkplace schema. The reading mode is set up in MobileCaseModuleConfig schema. You need to modify the readOnly default value to false to make the status field editable http://prntscr.com/oby661
I am now trying to create a custom config file for mobile case which uses
MobileCaseModuleConfig as parent in order for me to modify the readOnly property of status field, but I am getting error "Substitution of modules is not allowed".
It seems like you are trying to replace the module. It is no longer possible to do in the system.. In order to change an out-of-the-box module, please create your own module and connect it to the place where the out-of-the-box module was connected in order to force the system to use the new module instead of the old one.
I have already created my custom usrmobilecasemoduleconfig inside this i have already set the readonly property of status field to false. In MobileApplicationManifestDefaultWorkplace i have already added the usrmobilecasemoduleconfig as part of PagesExtensions, but still the status field is disabled.
After synchronize still it did not work. What I did, I compiled first the configuration the after compiling I synchronize the mobile. Now the changes I did for enabling the status field for case page is already working on mobile.