Re: [Arsperl-users] ARSPerl - Selection Field import Problem
Brought to you by:
jeffmurphy
|
From: Jeff M. <jcm...@je...> - 2007-10-11 19:53:38
|
> I am trying to write a Perl script w/ ars module that reads some records > from a DB and creates new records in a custom form I have. It has a bunch of > selection fields, which in the past I would hard code and convert the string > values in the DB to the integer value that createEntry wants. > > Does anyone have some advice on how I can do this without hardcoding ? use ars_GetField to fetch the selection values. you can then easily map from name to value. jeff |