An administrator can configure the drawer size

An administrator can change the drawer size to small/medium/ large/ extra large.

Create opportunity

Create opportunity

An administrator can change the drawer size and add more columns to the layout.

Steps to Enable

Leverage the Visual Builder Studio to expose your applications. To learn more about extending your application using Visual Builder, visit Oracle Help Center > your apps service area of interest > Books > Configuration and Extension.

In BeforeInvokeSmartActionEventListener Administrator can add following code to set the drawer size.

return { continue: true, actionConfig: { drawerProperties: { drawerSize: 'xl' } } };

drawerSize can be set to: xl / lg/ md/ sm