[OGo-Developer] Multi-Valued Company Values [Was: FYI: time
constrained company_value attributes]
Adam Tauno Williams
developer@opengroupware.org
Tue, 13 May 2008 22:30:41 -0400
On Wed, 2008-05-14 at 02:17 +0200, Helge Hess wrote:
> On 14.05.2008, at 02:08, Adam Tauno Williams wrote:
> > It just returns one value, appears to be the last value processed.
>
>
> Yes, most existing "UI" code probably will use the Map. The most
> important question is whether updates affect the other values (eg
> delete them).
It overwrites all of them
SELECT company_value_id, value_string
FROM company_value
WHERE company_id = 10100 AND attribute = 'salesperson'
11220290 10,101
11220280 10,101
3962570 10,101
After updating from the WebUI.