Skip to main content
1-Visitor
April 22, 2020
Solved

Text Field,Text Area

  • April 22, 2020
  • 1 reply
  • 937 views

Hi Community,

 

I have a parent mashup with details like name,address,email etc.And I have an edit button which opens a popup near these data to edit the information.So I am using a text field and text area widget.While clicking the button I want the existing name and address to be displayed on the text field so that it becomes easier to edit.Is there any way I can display the existing data in my popup text fields?

Best answer by mnarang

Do you have any service which hold the existing data ? If yes then you can map these data to text box and text area and call this service on the button click event .After the editing is complete and you want to persist the new edited data than you can call the new service on serviceinvokecomplete event of the old service .

 

 

Thanks ,

Mukul Narang 

1 reply

mnarang5-Regular MemberAnswer
5-Regular Member
April 22, 2020

Do you have any service which hold the existing data ? If yes then you can map these data to text box and text area and call this service on the button click event .After the editing is complete and you want to persist the new edited data than you can call the new service on serviceinvokecomplete event of the old service .

 

 

Thanks ,

Mukul Narang