Bring data from Embedded List to Client Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 12:05 AM
Hi,
Is there a way to bring the data from embedded list to Client script for data validations?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 12:15 AM
You can query that particular m2m table from client script to get the data from that embedded list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 01:29 AM
HI Srini,
Can you please specify your requirement further?
based on what I understand you have a form, with an embedded list in it, and when people "insert new row" you want to validate their inputs in some of its fields?
What validations would they be? e.g. mandatory, date validation, etc.
As there might be more efficient validation alternatives.
Best regards,
Andras
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 09:40 AM
Thanks for you response andraskisgyorgy. Yes you understanding of my requirement is correct. And in my client script I wanted to use some date validations.
All I am looking for is how to call that data from embedded list into the client script.
Requirement: Validate data in embedded list, If validation becomes true, I want to insert records in both parent and child tables. if validation fails, Ignore inserting records into both the tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2016 11:50 AM
Any luck with this? I'm trying to get the data from an embedded list too