Hi,
I have just been having a play around with CSLAFactory. I had a couple of issues which I thought I would mention here.

The ZeroToMany FriendOf reference generates the following supporting table:
BEGIN
CREATE TABLE dbo.[contactmanager_ContactFriendOfConnects](
[ContactID] uniqueidentifier NOT NULL,
[ContactID] uniqueidentifier NOT NULL
) ON [PRIMARY]
END
- which of course cannot be created in the database.
I was also unable to create the Role List Criteria because when I try to add properties the Role_id does not appear in the dropdown list (as it does in the demo video).
It is probably early days yet, but I was wondering if you have any thoughts about how the tool might be used with an existing database?
I’ve only been playing with it for a day or so, but it looks very promising.
Thanks
Stephen Edwards