I'm using LightSwitch VS 2013 to create a CRUD application. I want to create a new Data screen where the user can create a copy of any old item and be able to change some details too to create a new Item easily.
I'm trying to achieve this scenario through a local property that is bound to a textbox such that the user writes the old item id and clicks copy. then the fields in the screen will be filled with the old item details but there is an exception that occurs that I explained in this question :
Object reference not set to an instance of an object in LightSwitch
How can I achieve this scenario ?