Bespoke Listboxes

Listboxes

When [gb_bespoke_fields]input_type = 'listbox' a listbox will be displayed on screen.

Users will be able to select from this list when editing the screen.

Set-Up

To remove an existing list box choice from the list, update [gb_bespoke_listboxes]status_flag to 'inactive'.

Bespoke fields configured with a listbox can be added and edited in the patchQuote API.

Example Setup with Notes

bespoke_listbox_id

bespoke_field_id

value

status_flag

Notes

100000

100000

Listbox row 1

active

100001

100000

Listbox row 2

active

100002

100000

Listbox row 3

active

100003

100000

Listbox row 4

inactive

This entry will not display in available list selection because its status_flag is 'inactive'

100004

100000

Listbox row 3

active

This duplicate 'value' is acceptable