Dear Mendix community people, I have a problem when using the app store module Document Generation for Mendix from Appronto in combination with the Mx Model Reflection module. When trying to configure the template configuration, I choose a microflow which returns a list (and should return a table). But when I follow the microflow SF_Table_GetObjectType (which is called on change of the field where I choose a microflow) with the debugger, then the Microflow is found, the ValueType is also found, but the association ValueType_MxObjectType is empty, so no MxObjectType is found. (And yes, I have already synchronized the entities and microflows in de MxModel overview.) This occurs for some Entities from my database, but not for all. When using a microflow that retrieves a list of a new created entity, everything goes well and the MxObjectType is found. But with some entities that were in the database (as MxModelReflection.ValueType) already before, it goes wrong and no MxObjectType is found. Is there anyone who also had this problem and who knows how to solve this? Thank you for your reply! Lizanne
↧