Question
1
Replies
101
Views
Infosys
Posted: June 25, 2018
Last activity: June 25, 2018
Closed
search customer name
search customer name with id and if not found then show a message customer not found and give a option to add customer to database , how to do?
Hi,
Please follow below steps:
1. create one screen to search for a customer. once user enter some text and click on search button call one activity to fetch the results(obj-browse) from DB and show validate message(Page-set-Messages) if not found and enable a button on link on same screen if not found to add a customer(Model dailog). on Moder dialog screen enter the new customer details submit to save(Obj-Save) the details in Customer DB.
Thanks...!