Verifying Entity Documentation and Validation Rules in Mendix Using Model Reflection
0
I’m seeking guidance on how to check if a specified entity in a Mendix application has documentation and validation rules defined at the entity level. I am using Mendix Model Reflection for this purpose. What methods or best practices can I use to verify the presence of documentation and any associated validation rules? Thank you for your assistance!
asked
Sai Kumar Bevara
1 answers
0
Hi Sai,
I think MxModelReflection will not help documentation perspective try use Export Documentation
From HTML you can able to check added documentation present or not.