Delete Sharepoint list item -
I have a contact list that I use in an issue list. When I remove the contact in the contacts list, I have also gone into my already created issue.
Does anyone help you?
Get the following scenario:
Contact list - Contact A - Contact B - Contact C
Problem List - Issue A (Contact A) - Problem B (Contact B) - Issue C (Contact to View C)
When You Contact If you remove "A contact" from the list, then there is no tap value (or empty selection in the drop down), where "A contact" "contact A" is deleted after the "issue A" edit It was not.
Then it looks like this:
Contact list - Contact B-C
Issue list - Issue A (to view) - Issue B (contact B) - issue C (contact C)
It is true that you have described the default behavior of lookup lists in SharePoint, creating a list dropdown dynamically When necessary and store the reference of the original list as value>
If you "problem" If you were asking for the query of the lookup field in "A", then you should get "Like # 1 and delete" # and then after "tap" after a "contact".
You can see this behavior w / default lookup field
How often contacts are added / removed and how big is the contact list.
Option field is only a text field for input fields. / Predefined options are available for you fields It can use the event Hanndlrs to update.
Making Alternatively your own lookup field (inheritance by default) from. Add a string asset in the field that copies the selected data from the default lookup, then you will change the rendering code to show the added property to see the modified drop down (showing unavailable / deleted values) on the create / create.
IMO, this is a big flaw in the default lookup field.
Comments
Post a Comment