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?
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?