Quantcast
Channel: C1 CMS Foundation - Open Source on .NET
Viewing all articles
Browse latest Browse all 2540

New Post: Added data not showing in admin console

$
0
0
Hi,

When I add data in a page using folowing code
using (DataConnection connection = new DataConnection())
{
Demo.Users myUser = DataConnection.New<Demo.Users>();
myUser.Id = Guid.NewGuid();
myUser.Name = "John Doe";
myUser = connection.Add<Demo.Users>(myUser);
}

I don't find them the admin console in the data perspective for globaldatatypes

What am i missing or should I do extra to have them show up

tia Ronald

Viewing all articles
Browse latest Browse all 2540

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>