New member properties are not created for all members in DB.
Hello everyone,
My client has an Umbraco site working with X number of Members.
They requested me to add several new fields to the only member type they use. I added the properties without problems but after that the Member Export plugin was exporting only a subset of members.
I discovered that Umbraco creates a new empty entry in cmsPropertyData for every new property AND every member in the database. But for some reason it failed to create those empty entries for a lot of those members. If I go to a member without those properties and save it the rows are created and they become available for export.
Is there a way to make Umbraco automatically create those entries for all remaining members? I would create a sql script but there's a versionId field in cmsPropertyData that I don't know how to create.
New member properties are not created for all members in DB.
Hello everyone,
My client has an Umbraco site working with X number of Members. They requested me to add several new fields to the only member type they use. I added the properties without problems but after that the Member Export plugin was exporting only a subset of members.
I discovered that Umbraco creates a new empty entry in cmsPropertyData for every new property AND every member in the database. But for some reason it failed to create those empty entries for a lot of those members. If I go to a member without those properties and save it the rows are created and they become available for export.
Is there a way to make Umbraco automatically create those entries for all remaining members? I would create a sql script but there's a versionId field in cmsPropertyData that I don't know how to create.
Thanks.
is working on a reply...