How to create integration cards in SAP UI5 | SAP Fiori Advance Training | Fiori Integration Cards

Опубликовано: 29 Сентябрь 2024
на канале: Anubhav Trainings (official channel)
2,524
13

How to create integration cards in SAP UI5 | SAP Fiori Advance Training | Fiori Integration Cards
Integration cards are a design pattern that displays the most concise pieces of information in a limited-space container and can be integrated into one home page, following SAP Fiori 3 design. Using cards your users get direct insights without the need to leave the current screen, and then choose further navigation options. Developing cards is different than dealing with other UI5 controls, as a card developer only needs to configure a descriptor and will get fully functional and reusable card as result.

Mail us on [email protected]
Website: www.anubhavtrainings.com

Our forum: https://www.anubhavtrainings.com/anub...
Join Our Telegram Channel : https://t.me/Anubhavlearningseries12
Linkedin:  / anubhav-oberoy-3a216957  
Pinterest:   / anubhavtrainings  
Twitter Page:   / anubhavoberoy  
Facebook :   / anubhavtrainings  
Instagram :   / anubhavtrainings  
Linkedin:   / anubhavtrainings  

Feel free to call us on +91 8448454549, Or mail us on [email protected]

You can download the ppt of this session from below
https://anubhavtrainings.com/anubhav-...

There are only two things necessary to get cards working:

Define the cards manifest.json file, or get one already configured
Consume the card in your site
You can easily embed the card into your application, dashboard, or any HTML page, depending on your use case. A variety of card types can be configured by a simple JSON configuration (schema) without the need to write code for the UI rendering. In this way, even users without programming skills are enabled to create new cards and consume them, according to their special needs.