cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding fields W/O deleting them

Former Member
0 Kudos

Hi guys,

I have a requirement where the fields should not be deleted altogether(if users want it back i should be able to get them back), like some fields on ESS personal data screen, but I want them to be hidden.

I can do it by the property "visible" for the field, but my only concern is the occupies space on the iView even if it is made inviisible. I dont want to delete the field, nor should it occupy space when i make it invisble, is it possible in anyway.

regards

Sam

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

thank you every one

Former Member
0 Kudos

hi,

Static setting of visibility:

you can hardcode the visibility to NONE. The other elements will automatically re-align.

Dynamic setting of visibility:

Alternatively, you can map the value of the visibility property of the field, to a context value attirbute of type: IWDVisibility, and within the implementation, set the visibility to what you want, depending on the conditions

Former Member
0 Kudos

Hi Sameer,

Set the visibility to NONE. A UI element with visibility NONE is invisible and takes no view space and the UI element with visibility BLANK is invisible but takes view space.

Regards,

Jhansi

Former Member
0 Kudos

Hi Sam,

I think the visibility is set to BLANK. change it to NONE while setting the visibility.

Regards,Anilkumar