Rapid Dev 6.4.2 - Error code CE6897

0
Hello,    I am completely new to Mendix and I am doing the Rapid Developer course right now. I followed everything how it should but when I go to run my program it will not let me because of error CE6897: Parameter "Course" is a persistable entity with an offlline synchronization which is not allowed in microflow called from a nanoflow...    How can I go about fixing this? I looked at the documentation and it told me to do this: If you need to execute a microflow with a persistable object as parameter, you can define a before/after commit event handler on the desired persistable entity. When you create and commit an instance of this entity in the client and perform synchronization, the configured event handler (or handlers) will run.   But I cannot understand how to accomplish this because I am a beginner.    Please advise.   Thank you, Sharni
asked
3 answers
0

Hi @sharni,

 

This issue might be coming due to have Native profile enabled for your app. 

 

you can delete it and then check the errors. 

image.png

answered
0

I have attached the requested below as well as images of where the error is showing up. 

 

Screenshot 2025-06-27 at 3.47.12 PM.pngScreenshot 2025-06-27 at 3.47.02 PM.png

Screenshot 2025-06-27 at 3.46.52 PM.png

answered
0

Hi @Sharni,

 

I am assuming here the issue could be, the page layout is not Responsive or you might be creating this page in a layout where offline capabilities are enabled. 

Please check it and change the page layout to Responsive Web. 

IF you still need more details, please contact me

 

Regards,

Ajay

answered