Solved

Updating Card View in Aurena?

  • 19 November 2021
  • 3 replies
  • 214 views

Userlevel 4
Badge +9
  • Sidekick (Customer)
  • 75 replies

Hi all,

 

Working on IFS10, UPD9.
 

Did anyone find out how to change the visible items on a Card View?

 

When in list view, you have the option to choose the fields to be shown

 

 

When in card view, this option is not here.

 

Any tips here?

icon

Best answer by Minoshini Fonseka 8 December 2021, 15:57

View original

This topic has been closed for comments

3 replies

Userlevel 7
Badge +19

Hi @Arend,

Generally a card contains a limited amount of information and, it appears that there is no manual way to edit the items provided in the card. 

In cards, there are couple of limitations for the content. The content on a card can not be changed directly from the card except through commands on the card.  The visibility of a card cannot be altered as that would make a confusing user interface in the case of lovs. For lists with cards the visibility needs to be controlled through the entityset.

More information: 
https://docs.ifs.com/techdocs/foundation1/050_development/022_user_interface/030_aurena_dev/130_aurena_component_reference/120_client_controls/card/default.htm

If you need any item is also important, you can communicate to relevant product team, so they could check whether there will be a possibility to add that. Otherwise it could be accomplished via a customization of code as well. 

Userlevel 3
Badge +6

Card layout can not be personalized. It needs to be configured and mapped to a context.

Userlevel 4
Badge +9

Hi Mino,

 

Thanks for your answer. Will have a look at those Commands.

We are mainly looking for hiding a few items, which for us are not adding any value (and thus filling the card unnecessary). So for improving user experience (keep information to the point), it would be nice that this could be done in a similar fashion like on a list view. (and then stored in a context)