Show TOC

 App Extensibility: My Quotation Pipeline

 

You can extend My Quotation Pipeline according to your business needs for different aspects. For this purpose, the following extensibility entities are available:

Extensibility Entities

Extension Points

The following extension points are available:

View

Extension Point

Use

QuotationDetails.view.xml

extQuotationDetailsTop

Allows you to add additional fields at the top of the popup.

QuotationDetails.view.xml

extQuotationDetails

Allows you to add additional fields at the bottom of the popup.

If there are additional fields available in the OData service, you can display these fields on the UI. For more information about extension points, see Extension Points.

UI Controller Hooks

To plug in and execute custom code, the following hooks are available in the controller code:

Controller

Hook

Use

S2.controller.js

getCustomFieldsForQuotationDetails

Allows you to retrieve custom fields from the OData service that you have created based on the standard OData service for the app. The custom fields are separated by a comma, for example, “fieldA,fieldB,fieldC”.

If there are additional UI controller hooks available in the controller code, you can extend the UI controller code. For more information about UI controller hooks, see UI Controller Hooks.

More Information

For a general description of the extensibility options and procedures of Fiori apps, see Extensibility.