cancel
Showing results for 
Search instead for 
Did you mean: 

Datafieldforintentbased navigation displays blank

akshaya_p
Contributor
0 Kudos

Im trying to add datafieldfor intentbased navigation within an overview page list card but Im getting the list items as blank. I have specified a label, an icon as well but it still remains blank.

	"cards": {
			"card00": {
				"model": "Northwind",
				"template": "sap.ovp.cards.list",
				"settings": {
					"title": "{{card00_title}}",
					"entitySet": "Customers",
					"listType": "condensed",
					"listFlavor": "standard",
					"addODataSelect": true,
					 "identificationAnnotationPath": "com.sap.vocabularies.UI.v1.Identification",
					"annotationPath": "com.sap.vocabularies.UI.v1.LineItem"
				}
			}






	<Annotations Target="NorthwindModel.Customer">
				<Annotation Term="UI.Identification">
					<Collection>
						<Record Type="UI.DataFieldForIntentBasedNavigation">
							<PropertyValue Property="SemanticObject" String="gdpr"/>
							<PropertyValue Property="Action" String="Display"/>
						</Record>
					</Collection>
				</Annotation>
				<Annotation Term="UI.LineItem">
					<Collection>
						<Record Type="UI.DataFieldForIntentBasedNavigation">
							<PropertyValue Property="SemanticObject" String="gdpr"/>
							<PropertyValue Property="Action" String="Display"/>
							<PropertyValue Property="Label" Path="CompanyName"/>
							<PropertyValue Property="Inline" Bool="true"/>
						</Record>
					</Collection>
				</Annotation>
			</Annotations>





Please help me find out where I'm going wrong

Accepted Solutions (0)

Answers (0)