Hi guys,
I am sorry for the lack of inspiration in naming this thread.
I have the following situation. I have a couple of ProductCategoryFIelds defined as reference fields. They are all added to a FieldDisplayGroup:
When listing the fields on the ProductDetailPage I have to perform some processing depending on the ProductCategory the field is assigned to.
The first problem is that the list of fields will only return one instance of the Icon_reference, the last one. Which seems like a bug
The second problem is that the SystemName property of the FieldValueViewModel will only return the system name of the field, without the ProductCategory SystemName and I cannot differentiate them.
Do I have any alternative?
Thank you,
Adrian