Unable to add new rows into an Embedded List
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2018 11:10 PM
I two custom tables for eg u_doc_rev_task and u_doc_rev_task_comm. I created a relationship that queries from u_doc_rev_task_comm which applies to the table u_doc_rev_task_comm. Added the relationship as an embedded list to the form. I dont see the + button (Add new row) in the embedded list. I have checked the ACLs. create and write ACLs are in place. Can anybody suggest what is missing. I am able to add new rows if I add it as a related list. But I want to have it as an embedded list. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2018 04:46 AM
Are you using List v3? I think that isn't featured in List v3
Otherwise, you should still be able to access List Control, where it should be a property.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2018 06:24 AM
Hi Robert, Thankyou.
I am using List v2. I was able to get the Add new Row after I did the following as suggested in some other thread
1. I removed the Relationship and added as a related list.
2. Configured the List control - > checked the List edit insert row flag.
3. Removed the related list from the form and added the relationship back as an Embedded list.
Now I would like to check the number of rows added into that embedded list in an UI Action script.
I raised this in a separate thread below.
https://community.servicenow.com/community?id=community_question&sys_id=d9e8f32fdb209f0c4e1df4621f961983
Regards,
Maria Charles

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2020 02:36 AM
I found a solution for this and its working....
Please find the steps below:
1. Remove the relationship list if you have already added on the form as embedded list.
2. Add the relationship list as a related list in the form.
3. Go to 'List Control' of the related list and check the 'List edit insert row' field
4. Remove the relationship list as related list from the form
5. Add the Relationship back to the form as embedded list.
Please Mark Helpful if this solves your issue.
Thanks