Loading failed
I'm getting a "loading failed" on what should be a simple Lookup in a list.
The column I am doing the lookup on is a string but it is not the default "Title" field that is created for every SP custom list.
If I change the Cross-Site lookup field to use the default "Title" field the lookup works.
I am using the default code for "Request Items" and "Item Format".
I have other lookups working correctly.
I'm not sure what I am doing incorrectly.
The column I am doing the lookup on is a string but it is not the default "Title" field that is created for every SP custom list.
If I change the Cross-Site lookup field to use the default "Title" field the lookup works.
I am using the default code for "Request Items" and "Item Format".
I have other lookups working correctly.
I'm not sure what I am doing incorrectly.
- Nikita Kurguzov
- Posts: 889
- Joined: Mon Jul 03, 2017
Dear kflorian,
Each time you see loading failed appear in the Cross-site Lookup, there should be a new error in browser's console with more details. Please, go to this form, make the loading failed error appear and then send us a screenshot of the browser's console, so we can figure out what the error is.
Each time you see loading failed appear in the Cross-site Lookup, there should be a new error in browser's console with more details. Please, go to this form, make the loading failed error appear and then send us a screenshot of the browser's console, so we can figure out what the error is.
Cheers
- Nikita Kurguzov
- Posts: 889
- Joined: Mon Jul 03, 2017
Dear kflorian,
I apologize for the confusion, after some testing we've discovered that you indeed need to replace all the instances of {LookupField} in Request items and Item format for certain items to load properly. This issue is connected to an unusual Internal Name of the column, but if you use the following name instead of {LookupField}, it should work as intended:
Simply replace all the instances of {LookupField} with it, and you should be good!
I apologize for the confusion, after some testing we've discovered that you indeed need to replace all the instances of {LookupField} in Request items and Item format for certain items to load properly. This issue is connected to an unusual Internal Name of the column, but if you use the following name instead of {LookupField}, it should work as intended:
Code: Select all
OData__x0030_3
Cheers
-
- Information
-
Who is online
Users browsing this forum: No registered users and 12 guests