Hi guys,
I am trying to access the data stored in a User ItemType.
I can get the ItemId and the ItemType but with the methods I have found I can only get an Item and not an ItemViewModel.
Although I can access some of the simple properties (Text, lists) I have some issues accessing a Product field. If I use the property in brackets ( e.g. item("Products") ), I only get a list of the strings and not a List<ProductViewModel>.
I have tried using ContentViewModelFactory.CreateItemViewModel(item) but I get a 'ContentViewModelFactory' does not contain a definition for 'CreateItemViewModel' message
I am using DW 9.15.5.
Thank you,
Adrian