qRules Mapping not submitting all rows - InfoPath Dev
in

InfoPath Dev

Use our Google Custom Search for best site search results.

qRules Mapping not submitting all rows

Last post 11-21-2011 02:08 PM by Hilary Stoupa. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 11-21-2011 12:54 PM

    qRules Mapping not submitting all rows

     I have a form that has a repeating table. I have made edits to the default values of the repeating table to have 12 default rows when the form is opened. I have created a mapping to add the rows and it's data to a SP list. The submit portion works but it only submits one row. I have made sure that 'Data is from repeating group' is selected when creating the mapping. What am I doing wrong?

    Filed under: ,
  • 11-21-2011 01:01 PM In reply to

    Re: qRules Mapping not submitting all rows

    Can you attach your mapping file to a reply? Under the options tab you can attach a file. Thanks!
    Hilary Stoupa

  • 11-21-2011 01:07 PM In reply to

    Re: qRules Mapping not submitting all rows

     Here is the link to the XSN.  http://dc434.4shared.com/download/l3DfVOJ9/WZ-JobsiteSafetyCheck_New.xsn

  • 11-21-2011 02:08 PM In reply to

    Re: qRules Mapping not submitting all rows

    So, your mapping file in the form is set to false for repeating - and the XPath for the repeating group isn't present.

    Here's what I'd expect your mapping to look like:

      <my:Mappings>
        <my:IsRepeating>true</my:IsRepeating>
        <my:RepeatingGroup>my:myFields/my:SafetyChecks/my:Stats</my:RepeatingGroup>
        <my:Mapping>
          <my:FormField my:IsRichText="false">my:Condition</my:FormField>
          <my:SharePointColumn>Condition_x0020_Type</my:SharePointColumn>
        </my:Mapping>
        <my:Mapping>
          <my:FormField my:IsRichText="false">my:BehaviorType</my:FormField>
          <my:SharePointColumn>Behavior_x0020_Type</my:SharePointColumn>
        </my:Mapping>
      </my:Mappings>

    The attached pic shows what it actually looks like.


    Hilary Stoupa

Page 1 of 1 (4 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.