antonio6vieira Posted December 11, 2014 Posted December 11, 2014 Hi guys. I attached a sample of the problem Im facing in my project. In my main model I have a table that has a column of the type date and my entities have to be created, on a submodel, on the times specified on the table that has the column of the type date. I was able to reference the table on the main model to the submodel and thus pass the values. However, on the create object of the submodel I was not able to set/reference the property for the ArrivalTimeProperty property of the Source. Can somebody help me please? Thanks. Model.spfx
dsturrock Posted December 11, 2014 Posted December 11, 2014 All tables must be defined in the top level model. The tables can be passed as repeat groups into another object.
antonio6vieira Posted December 11, 2014 Author Posted December 11, 2014 I know that. I can access the values - thus I assume I have succeded in passing the table values from one level to another. The problem is that I can't refer the table on the property I mencioned (please see the error on the file I uploaded)
Recommended Posts