CrossSite Lookup - refresh [Title] on edit
Posted: 25 Aug 2016
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?
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?