fiori-elements-fpm-exercises-codejam
fiori-elements-fpm-exercises-codejam copied to clipboard
Material for SAP CodeJam events about the SAP Fiori elements flexible programming model. Step-by-step guide explaining how to build a frontend web application using SAP Fiori elements.
Results
1
fiori-elements-fpm-exercises-codejam issues
Sort by
recently updated
recently updated
newest added
Adding the SideEffect to the action submitOrder updates the criticality in the list report on action execution. cat-service.cds: ``` entity Books as projection on codejam.Books actions { @Common.SideEffects: {TargetEntities: ['/CatalogService.Books/RootEntity']}...