Raven
A couple of questions/thoughts:
Hope that is helpful,
Mike
Hi Mike, i used database replication, and module reflection, and imported all the data. To map it correctly, they needed a key column. I used a microflow because the association between entities didn't work. most properly because like you stated, mendix manages its own internal ID for each object in entity. so if im only viewing data that i imported, mendix wont be able to associated them together. this causes alot of problems for me because, i have to micro the logic "Where this ID Equals That ID".
On a side note i manage to come right with my microflow. basically the logic that worked for (and ill post a link to how it looks, for anyone else who be struggling too)
http://tinypic.com/r/346n6kg/8
My Issues are still heavy frustrating though. Because i still have to in my original description i mentioned that i have a dataview with a schedule and nested Datagrid views that use this microflow.
my Original Dataview has schedules Start and end time, now i need to show the venue just underneath that. Like you mentioned i just drag the venue name from the "Connector" association from Schedule To Venue, which is giving me a blank. How will i be micro-ing this now?
when Dealing with database replication and module reflection. is there a way to fix how associates dont get properly added when importing data?
by using something like this in my Xpath
Attendee/ScheduleID = Schedule/ScheduleID
it worked for me.