frank_xie
Advisor
Advisor
Member since ‎07-01-2019

User Statistics

  • 25 Posts
  • 0 Solutions
  • 12 Kudos given
  • 41 Kudos received

User Activity

Introduction: In this blog post, we will discuss the process of receiving a PDF file from the frontend, saving its content in a database, and transferring the file to an external service for parsing. We will explore the necessary steps and provide co...
If you want to deploy a full stack CAP project using a MTA file, there are many small but crucial details to consider. 1 Path The path must be defined correctly in order for the frontend to access the backend APIs. 1.1 Definition Typically the path l...
In the previous blog, there are two ways to extend the user setting. Normally, we need to persist the user option in the user setting. And the data should be based on user, it will record the user preference in the app. The class in demoKit is usef...
For some reason, we need to extend the user setting in Fiori Launchpad to add specific buttons or other actions to fulfill the customer requirement. Before we do that, we need to understand the certain area for the user setting. User Preferences di...
In the freestyle SAPUI5 application, value help is always a common requirement. The value help is composited with a filter and table in a dialog. If you compare the demo in the demo kit and the standard value help generated by the Fiori Element you c...