Hi everyone!
I'm new to Outsytems and having a little bit of trouble with what should be a simple boostrap! My application has three entities, "category" and "location" have an id and an associated text value which I want to use in combo boxes to search for particular "events" (my third entity). My events entity has a foregin key for both the category and location id. However, when I bootstrap my event data from excel only the catergoy id foreign key is coming over, the entire column of location ids are zeroes. I was able to successfuly search for events based on category however none appear when I search based on location. The debugger tells me that the application is storing a selected location's id to the local variable used by the combo box. Creating an aggregate tells me that for all event instances, their location id foreign key is 0 which would cause my filter to not work properly.
Has anyone had any trouble with missing column data like this?
Thank you!
I'm new to Outsytems and having a little bit of trouble with what should be a simple boostrap! My application has three entities, "category" and "location" have an id and an associated text value which I want to use in combo boxes to search for particular "events" (my third entity). My events entity has a foregin key for both the category and location id. However, when I bootstrap my event data from excel only the catergoy id foreign key is coming over, the entire column of location ids are zeroes. I was able to successfuly search for events based on category however none appear when I search based on location. The debugger tells me that the application is storing a selected location's id to the local variable used by the combo box. Creating an aggregate tells me that for all event instances, their location id foreign key is 0 which would cause my filter to not work properly.
Has anyone had any trouble with missing column data like this?
Thank you!