• Avula Reddy
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Hi,

I want the fields in the record page to be repeated in the same page on clicking the 'Add' button. Once clicked on save all the added field values should be displayed.

Below is what I need. Once I clicked on 'Add New ItemRequest', the fields should be repeated below to the existing one and once clicked on Save, all the requests should be saved under singlr Item Request Name.

User-added image

RR
Hi,

I want the fields in the record page to be repeated in the same page on clicking the 'Add' button. Once clicked on save all the added field values should be displayed.

Below is what I need. Once I clicked on 'Add New ItemRequest', the fields should be repeated below to the existing one and once clicked on Save, all the requests should be saved under singlr Item Request Name.

User-added image

RR

I am trying parse below XML.

 

</YourMembership_Response>

<YourMembership_Response>
<ErrCode>0</ErrCode>
<Sa.NonMembers.All.GetIDs>
<ServerGmtBias>-4</ServerGmtBias>
<ServerTime>2011-09-14 12:21:35</ServerTime>
<NonMembers>
<ID>1A482818-D766-4C43-B11E-6BFDE5C79021</ID>
<ID>3457A523-27AD-4436-B303-90C83DF97695</ID>
<ID>CAA0950F-4FE0-4792-8EC0-671841E8F94E</ID>
<ID>7D05F8EF-140D-4548-A87D-6905616ED570</ID>
<ID>B2B9E9E0-BEA2-48F0-81FD-19501A9D7C7B</ID>
<ID>65466DD4-7670-49FF-9E59-05295CC47606</ID>
<ID>C1F264FA-E1F0-4526-B01D-4364CED1A4D1</ID>
<ID>B3656FBE-EC31-4529-9400-E351A135A239</ID>
<ID>0F15329D-B2D8-4348-9295-888B0AC9C36B</ID>
<ID>203730C6-93CD-46EB-948B-B7849D808EFA</ID>
<ID>0690E245-E22D-41C8-9355-189DCE003BE1</ID>
<ID>BDF1D4F1-B3D0-4C3A-B024-A84FBF550CD5</ID>
<ID>F7221900-3B9E-4FE0-9D22-270B9B96F298</ID>
</NonMembers>
</Sa.NonMembers.All.GetIDs> 
I need all the ID's into List.. I am trying to do by using for(Dom.XMLNode child : Body.getChildElements()) which is not returing any thing. I need some ideas how to parse XML 
 
Thanks
NASH