sjongerden Posted April 21, 2015 Share Posted April 21, 2015 Hi everyone, I made a sub model which contains a separating system depended on the name of the entity But when the entities enter the sub model, the name is not recognized accordingly. I'm wondering why this happens and what can be done to resolve this issue? Thanks in advance for any tips Model.spfx Link to comment Share on other sites More sharing options...
dsturrock Posted April 21, 2015 Share Posted April 21, 2015 Although you gave them the same names, the A defined inside the object is a different object than the A defined in the main model. You need to pass information into an object by using properties. I deleted your objects inside Model and changed the definition of model to pass in an object (entity type) that is internally known as "A".PassEntityTypeIntoSubmodel.spfx Link to comment Share on other sites More sharing options...
sjongerden Posted April 22, 2015 Author Share Posted April 22, 2015 Thanks! That really helped my out Link to comment Share on other sites More sharing options...
Recommended Posts