Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: add call to function
  • Loading branch information
gregorwolf committed Aug 27, 2022
1 parent 573299a commit c295ad1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/webapp/orders/fiori-service.cds
Expand Up @@ -139,6 +139,11 @@ annotate AdminService.Orders with @(
Value : deliverystatus.name,
Label : '{i18n>Deliverystatus}'
},
{
$Type : 'UI.DataFieldForAction',
Action : 'AdminService.EntityContainer/readCdsEnv',
Label : '{i18n>readCdsEnv}'
},
{
$Type : 'UI.DataFieldForAction',
Action : 'AdminService.EntityContainer/sendmail',
Expand Down

0 comments on commit c295ad1

Please sign in to comment.