Page 1 of 1

Doubt with Dropdown(QuickList)

Posted: 2016-07-28 11:38
by DevGiu
It's possible to define in some way, the value to show, and the value to save on database? Or I have to move this values to a table to do this?

Re: Doubt with Dropdown(QuickList)

Posted: 2016-07-28 11:52
by grimblefritz
QuickList saves the value displayed. If you want to store one value but display another, you need a lookup table.

I agree, it would be an interesting extension of quicklists to support value assignments.

Instead of:

itemA;;itemB;;itemC

we might have something like;

itemA=1;;itemB=2;;itemC=3

Re: Doubt with Dropdown(QuickList)

Posted: 2016-07-28 12:14
by DevGiu
I like your idea