When creating your own extension, you may sometimes need to redirect to a specific View in the SAP Business One Web Client. For this purpose, you will need to utilize the Views APIs.
This feature has been available since version 10.0 FP 2105.
The Views APIs can be used to generate URLs for the following views:
The image below shows a Fiori app that redirects back to a specific Business Partner and a specific Item.
Fiori App
In order to access a specific View in the Web Client, such as a specific Sales Order view, you will need to provide the information listed below:
Demo App
You can review the sample code and the demo application here :Sample Code
In order to access a specific Analytics View in the Web Client, you will need to provide the information listed below:
Demo App
You can review the sample code and the demo application here :Sample Code
Support for Views APIs began with version 10.0 FP 2105 , and Analytics views APIs with version 10.0 FP 2208. In each version, we continue to support more Business Objects(BOs), so you can track the new features in our Help Portal
Additionally, we provide an introduction video :
I hope you found this blog informative as an introductory guide to Views APIs.I am keen to learn about your experiences and insights from utilizing this API. Your feedback is highly valued, kindly share your thoughts in the comments section below.