Hi all ,
I've created search, result and overview page . In overview page i'm displaying the data using detail view , and i've added create button for over view page .
The problem is when i click on create button and enter some values , those values i'm not getting in 'onsave'. Even key value which is not editable is also getting initializing to '0000' . if didnt enter any thing and save means the key value will come in 'onsave' event.