Mobile Case Page Status field is disabled

Hi Community,

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.

 

 

Like 0

Like

6 comments

Dear Fulgen,

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

Best regards,

Dean

Dean Parrett,

Thanks Dean,



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".

 

Dear Fulgen,

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. 

Best regards,

Dean

Dean Parrett,

Thanks Dean,

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.



Dear Fulgen,

Have you tried to synchronize with the mobile application after schema modifications? I've modified the property so now my status can be changed. http://prntscr.com/obz6kahttp://prntscr.com/obz6ok

Dean

Dean Parrett,

Hi Dean,



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.



Thank you so much Dean

Show all comments