sjongerden Posted April 21, 2015 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
dsturrock Posted April 21, 2015 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
Recommended Posts