former_member498613
Explorer
Member since ‎08-10-2017

User Statistics

  • 24 Posts
  • 0 Solutions
  • 10 Kudos given
  • 6 Kudos received

User Activity

I am running a CAP Nodejs application and its generating for me Fiori links for data management. Today when i tried to re-upload new version for the app, all the fiori links are gone! and direct link doesnt work!!!! (Localy everithing works fine) ...
So I'm wondering what is the best practice for emailing in CAP Nodejs on each item created? How & where should i implement this?
I have a service that has 3 entities: Orders, Books, Authors, (in CAP Node.js project). But in the top menu i see only the current entity that i'm in "Orders". (no option to navigation between entities).How do i add navigation to other entities fro...
How can i get records according to createdBy column id CDS? I have set an authentication with approuter, and set the entity to managed schema: entity Items : managed,cuid { key ID : UUID; name : String(111);} srv: entity ...
I need to add menu across all of my app views. I'v created a fragment, but i need to inject it to all views.