cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Tile actions

Former Member
0 Kudos

Hello experts,
I'm no developer but I need to make a UI concept based on Fiori… so I need your help.

My problem: The user wants to create a new object but he/she has the choice to start with an empty form or with a template where the form is prefilled.

I know that there is the functionality "Add" which shows a dropdown above a table but the user might doesn't want to go to this table to do that. Instead, the user would prefer to start this process directly through the launchpad.

Is it possible that a tile could provide these two options?

Accepted Solutions (1)

Accepted Solutions (1)

CristianBabei
Contributor
0 Kudos

gregorw answer seems right, but I personally would recommend you create only one tile, and on your app, above your Form on the header for example, have a button, wich can load the template data and set it to the form + 1 button to reset /empty the form.

Or even allow the user to define custom templates for the form, and save them 🙂

Good luck,

Regards.

Answers (1)

Answers (1)

gregorw
Active Contributor
0 Kudos

I would solve this by defining the actions:

  • Create
  • CreateFromTemplate

for the intent based navigation. You can create tiles that call this actions. Then your developers have to implement the application in a way that respects this actions.