cancel
Showing results for 
Search instead for 
Did you mean: 

HTML select tag on irpt page - update database from options

Former Member
0 Kudos

Hi all,

I have an irpt page with two selects. It is the traditional move stuff from one select to the other, then set the order of the options in the configured select. (Admin page to specify an ordered list of items)

After the user gets the list how they want it, I would like to send the options to an MII transaction (iCommand?) to update the database table that backs this admin data.

I can do a comma delimited string to hold the select tag's option values, but would like to know if there is a more elegant way!

Ideas?

Thanks,

--Amy Smith

--Haworth

Accepted Solutions (0)

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

It sounds elegant already - a pretty simple javascript loop to build your csv and Param.1 to your iCommand applet query should work like a charm.

If you need to run it to a TRX, then the StringListToXML action makes turning your csv into linkable properties a simple effort.

Former Member
0 Kudos

Thanks Jeremy, that is what I did. Work fine.

--Amy Smith

--Haworth