How do i retrieve a value (string) that is entered in a text field within one touch ui dialog, and have it display in the text field of a different touch ui dialog? | Community
Skip to main content
Level 2
May 9, 2019
Solved

How do i retrieve a value (string) that is entered in a text field within one touch ui dialog, and have it display in the text field of a different touch ui dialog?

  • May 9, 2019
  • 3 replies
  • 3617 views

I want to have a touch ui component that has field in the dialog that displays the value that is entered in a seperate touch ui dialog. What is the best way to go about doing this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

This would require custom JAVASCRIPT code. I will see if there any examples that can help you.

3 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
May 9, 2019

This would require custom JAVASCRIPT code. I will see if there any examples that can help you.

Level 2
May 9, 2019

That would be very helpful, thank you

arunpatidar
Community Advisor
Community Advisor
May 9, 2019

Hi,

Since the value is store in the instance of component node and if you dont know the exact node from where the value is store i.e. if there is no relationship between both the nodes, It is difficult to reuse field value in another dialog field.

Design dialog could be the solution if you have a single instance of field across template.

Arun Patidar