I have a few cases where I’d like the Create button/action as well as the ability to edit the entity to be disabled on a browse screen; I want it to be for selecting only in these cases.
In most (probably all?) of these cases, it’s when the entity is being selected from a LookupPickerField.
So basically - how can I set up a LookupPickerField to call the browse screen with the ability to create and edit turned off?
As an option, you can define alwaysVisible ="false" for the buttonsPanel of the browser screen or remove it it it’s set to true. In this case, ButtonsPanel will be hidden if a screen is opened as a lookup, e.g. from the picker_lookup action.
Hi @jon.craig,
It may not be a problem, but users are able to create/edit using mouse controls (right click on the table) if the panel is hidden but the actions are enabled: