I'm working on an AddIn, and while inspecting the GlobalID and ObjectID of a RowToken instance (returned from a Create method call on an EditOperation), I'm getting null values. The RowToken itself is instantiated, but its properties are null.
This only happens when dealing with Group Templates, as the same strategy and source code work for regular templates (sample source coded attached to this message).
Does anyone have ideas about what could be the root cause of this behavior?