Question

Is it possible set default to un-collapse a section ?

  • 29 April 2024
  • 4 replies
  • 47 views

Userlevel 2
Badge +5

Looking for a way to have a section stay un-collapsed within a dialog box.

 

When user reports time from the work assignment team they keep forgetting the demand line no because the section is collapsed. we want to make the field mandatory if possible and keep the section uncollapsed at all times.

 

Is it possible ?

 

 


4 replies

Userlevel 7
Badge +16

The default is being set as ‘collapsed=True’ in the client code. Please check the picture below,

 

So, it is Not possible to configure it to expand default/all times unless it is set in the code. (collapsed=False).

In addition, if we don’t set either True or False (leaving empty), then expand/collapse patterns save in the use profile based on the user’s behavior.

I hope this will help.

Userlevel 2
Badge +5

@Mayura Wasantha 

If I am understanding correctly there is no way to change it in the scenario I described.

Is that correct ?

Userlevel 7
Badge +16

Correct there is no way to configure it. But if you modify the respective software code, as I mentioned above. (collapsed=False).

Userlevel 5
Badge +12

@MaggieDP is it enough to make the relevant field mandatory? if so, that’s possible through the use of Conditional Fields, see https://docs.ifs.com/techdocs/23r1/040_tailoring/225_configuration/200_client_configurations/310_conditional_fields/#conditional_fields for more.

Best regards,

/Rukmal

Reply