Show TOC

 App Extensibility: Overdue Project PO Items

 

You can extend Overdue Project PO Items according to your business needs for different aspects. For this purpose, the following extensibility options are available:

Extensibility Entries

Extension Points

The following extension points are available:

View

Extension Point

Use

S3.view.xml

extTabFilter

Allows you to create additional tab filters.

S3.view.xml

extInfoTabContent

Allows you to add fields under the info tab.

S2.view.xml

extMasterListFilter

Allows you to add options to the facet filter in the master list.

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

S3 controller

extHookAddActionitemInDetail

Allows you to add actions to the Actions menu.

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.