Expand my Community achievements bar.

Exporting a subset of data

Avatar

Former Community Member

Hi folks,

I have a pretty large form consisting of over 50 pages. There are roughly 600 fields of data. The form is used in the new account opening process for out company.

There is alot of data that is not actually required for the actual account set up. Its mostly regualtory info.

The deprtment that opens the account needs only about 10 to 20 of the fields. Is there a way to export just those 20 fields rather than the entire 600+ fields via either xml submit button or exportData("",0)?

Anyone have a similar experience that came up with a solution?

1 Reply

Avatar

Level 10

Have a hidden field in your form. Create an xml String with the 10-20 field data and update the hidden field before submitting.

Also, don't forget to reset your remaining form field values before submitting.

Nith