Add Tile

PHOTO EMBED

Thu Mar 07 2024 21:56:51 GMT+0000 (Coordinated Universal Time)

Saved by @Gavslee

// Sample for adding a tile to a Launchpad group
sap.ushell.Container.getService("LaunchPage").addTile(oTile, oGroup)
   .done(function () {
      console.log("Tile added successfully");
   })
   .fail(function (sError) {
      console.log("Failed to add tile:", sError);
   });
content_copyCOPY