Browse screen - setting button visible=false in button panel have no effect

Setting any button in browse screen (creat, edit etc.) visible = false doesn’t have any effect and it is visible in app.

regards

Umesh

1 Like

Hi,

According to the documentation:

If an Action instance is defined for a Button , the button will take the following properties from it: caption, description, icon, enable, visible. The caption , description and icon properties will be imported from Action only if they are not set in the Button itself. All other listed Action properties have priority over the Button properties.

So, you need to hide corresponding action.

Gleb

2 Likes