Page 1 of 1

CrossSite Lookup - refresh [Title] on edit

Posted: 25 Aug 2016
by Dan_C
Hello -

I have two fields showing in the lookup and this works to pull the associated lookup item's title elsewhere:

fd.field('FieldX').control('data')['Title']

But then if the user saves the form and comes back the ['Title'] returns undefined unless the user navigates back to the lookup field and reselect the item from the drop down.

Is there a way to refresh that data in the lookup without manually reselecting?

Re: CrossSite Lookup - refresh [Title] on edit

Posted: 25 Aug 2016
by Dan_C
Workaround that's working for me now = I've included the title with the lookup in the list column settings and added that instead of using the crosssite lookup data ['Title'].

Still curious if the crosssite lookup can be refreshed though.

Re: CrossSite Lookup - refresh [Title] on edit

Posted: 26 Aug 2016
by Dmitry Kozlov
Hi,

Cross-site Lookup does not load data from the related list on initial loading. So, a user needs to expand the list to get access to data object with additional columns specified in the query.