cancel
Showing results for 
Search instead for 
Did you mean: 

Visibility of the field

Former Member
0 Kudos

Hi,

My Requirement is to remove the field .

Goods Recipient : -


I tried doing Visibility as None for both TEXT LABEL and Input field. But TEXT LABEL Goods Recipient is still visible .

And also tried Removing Text from TEXT LABEL,then i can find Bus Partner in place of Goods Recipient.

Give me ideas how can be remove the Goods Recipient .and how Bus Partner is displaying.

Thanks & Regards,

Savitha

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks

former_member40425
Contributor
0 Kudos

Hi,

create an context attribute of type wdy_visibility. and bind it with visibility property of lable.

And set it as '02' to make it visible and '01' for not visible.

I hope it helps.

Regards,

Rohit

Former Member
0 Kudos

Hi,

Do you want to remove the fields at design time or at runtime.

How many fields are there to be shown.

If you want to set teh visibility at design time, then use also Invisible UI elements in place of goods reciepient so that they are not occupied by other fields based on the layout that you are using.

Regards,

Lekha.

Former Member
0 Kudos

Hey.

Sets 'visible' attribute of Label to 'None'. Label will not be displayed.

You can bind this attribute to context. Then you can dynamic control visibility.