cancel
Showing results for 
Search instead for 
Did you mean: 

Hana Cloud Portal - Integrated to Cloud for Service - Change Columns

rodrigo_goncalves2
Discoverer
0 Kudos
221

Hi experts! Do you know how I can change the columns at the tickets tab on Hana Cloud Portal (integrated to Cloud for Service)? Like hide the column “Product Description” and Add another column (for example: responsible, due date, SLA, etc)?


View Entire Topic
chandansb
Active Contributor
0 Kudos

Hello Rodrigo,

You will have to make the changes in the SAPUI5 Application which is created and deployed on HANA Cloud Platform. This can be done by changing the source code for the particular view to hide the not required column (comment that part) while show up the one you want to. (Add code for it)

(Try changing the Label for the column to Responsible and bind the relevant element (say {responsible}) instead of {ProductDescription}.)

Regards,

Chandan