PickerField and browse in open action

Hi

Is there any way to simple remove action create, edit , remove from browse which open in PickerField. I know then I can to create new browse and remove this actions, but mayby there is simple way. I attach screen.

obraz

Hi,

You can set alwaysVisible="false" for the buttonsPanel in the FiscalYears browser. This attribute disables panel hiding in a lookup screen when it is opened by Frame.openLookup() (= from PickerField). If the attribute value is true, the buttons panel is not hidden. By default, the attribute value is false.

Thanks. It’s ok, but is there any way to control this parameter from java code.
Obviously from PickerField component ?

You can set lookup screen params as in this example and use these params in the opened screen to hide the panel.