Create A New Object from Fiori Launchpad Directly

For a typical FE list report application, general process of creating a new object is:

1. Start the list report application

2. Click Create button to create a new object


And it is also possible to launch object creation page directly from the FLP.


For both FE V2 and V4, the trick here is adding parameter preferredMode=create as the launch parameter.

Define the launchpad parameter in CDM:

"parameters:{

    "preferredMode":{

         "value": {

                "value": "create",

                "format": "plain"

            }

        }

}


Comments