Repeating tables, Dropdowns and default values.

T

Tex

I am trying to create a form with a 15 item repeating table.
and the schema is like this

Items(repeating)
partNum
serialNum (default val = @SerialNumber[@PartNumber = PartNum])
etc...

a recieve data source from sharepoint like this
Items(repeating)
@PartNumber
@SerialNumber

and a repeating table like this
_________________________________________
|Dropdownbox(partNum)|Textbox(serialNum)|
-----------------------------------------

the problem I am having is that when something is selected in the
partNum dropdown, it populates the row, and no matter what is selected
in the next row, the serial number stays the same.

Is this a simple xPath problem?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top