cancel
Showing results for 
Search instead for 
Did you mean: 

SAP My Inbox - Cloud - Action Footer (my content behind is hidden by footer)

Schalager1
Participant
0 Kudos

Hi,

I am using my inbox and Task is a custom SAP UI5 application.

Inbox action footers(like Approve, Reject, Claim, Forward) is over my content.

I can only see my content with less zoom in Browser.

Is it possible to have a floating footer, or add some scroolbar to get a bigger height?

Best regards,

André

Accepted Solutions (0)

Answers (3)

Answers (3)

Archana
Product and Topic Expert
Product and Topic Expert
0 Kudos

Good Andre that you were able to figure this out. As I said, the layout is based on how you create you UI5 component. Thanks for sharing.

Archana
Product and Topic Expert
Product and Topic Expert
0 Kudos

Yeah this is the way. Can you attach the screenshot if possible.

Schalager1
Participant
0 Kudos

Behind Footer there is an MultiInput and no scrollbar visible.

Schalager1
Participant

Solved with: (setting height < 100% )

<App id="app" height="85%">

Archana
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Andre,

Are you talking of SAP BTP Workflow? If yes then the custom action buttons will appear as how you code the SAPUI5 app.

Schalager1
Participant
0 Kudos

Hi Archana,


Yes it's about SAP BTP Workflow.

I am adding custom action buttons like:

            this.getInboxAPI().addAction({
                action: "APPROVE",
                label: "Prosseguir",
                type: "accept" // (Optional property) Define for positive appearance
            }, function () {
                this.completeTask(true);
            }, this);

It appears on footer of My Inbox but footer is overlapped with my content (of my custom app).

In my custom app I have a Responsive Table, and for example when last line of table is behind footer It's not possible to scroll to view the last line. (only changing browser zoom to less than 100%)

Best regards,

André Ferreira

0 Kudos

Hi archana.shukla , is it possible to add style class to this action button? for example, I would like to add a sapUiTinyMargin to the action button.

Archana
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Choong,

No this is not possible in Forms in SAP Build Process Automation, but you can do that when you build user task / user forms using SAP UI5. Latter would be available in Q2