Hello,
I have tried many configuration with no success.
In list report form, the add button does not appear, only the delete one. I have verified cap service and it works for insert/update/delete/select.
is there any missing configuration ?
Thank you!
}
@Capabilities.SortRestrictions.NonSortableProperties : [createdAt,createdBy,modifiedAt,modifiedBy]
entity DoctorSet as projection on medicalcare.Doctor;
"targets": {
"DoctorSetList": {
"type": "Component",
"id": "DoctorSetList",
"name": "sap.fe.templates.ListReport",
"options": {
"settings": {
"contextPath": "/DoctorSet",
"variantManagement": "Page",
"navigation": {
"DoctorSet": {
"detail": {
"route": "DoctorSetObjectPage"
}
}
},
"requiredActions": {
"Create": true
},
"initialLoad": true,
"controlConfiguration": {
"@com.sap.vocabularies.UI.v1.LineItem": {
"tableSettings": {
"type": "ResponsiveTable"
}
}
}
}
}
},
"DoctorSetObjectPage": {
"type": "Component",
"id": "DoctorSetObjectPage",
"name": "sap.fe.templates.ObjectPage",
"options": {
"settings": {
"editableHeaderContent": false,
"contextPath": "/DoctorSet"
}
}
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.