I have a requirement to call an intermediate custom view to pick some data and send it back to called view. More precisely from addressaddedit view, I am calling another view, where I want to select some customer information list and send the selected customer info back to addressaddedit view and populate them. Please guide me how can we achieve it.