229
Views
8
Comments
popup input parameter
Question

Hi, In Tradition web I  want to use popup so I made everything but Cant take input parameter from parent screens form. why ordinary case does not work ? I will upload screenshots to explain better

Capture.PNG
2016-04-21 18-13-58
Nuno Rolo
 
MVP

Hi,

I would say that when the value is changed you need to refresh the popup widget where the value is passed.

Hope this helps.

UserImage.jpg
Giorgi Dzirkvelishvili

I don't have Popup widget it's new screen I'm using traditional web 

2021-06-02 20-50-04
Márcio Carvalho

https://www.youtube.com/watch?v=ShOCxc3g91M

Use this tutorial is more accurate, and then do the refresh or passe the values to the popup via input parameter. There is the popup editor, where it's going to be linked to the popup screen, on the pop screen create the input parameter, and pass the values.


2016-04-21 18-13-58
Nuno Rolo
 
MVP

You have the link and you need to have the widget too in order for the screen open as popup. And on the input change, you need to refresh both.

2021-06-02 20-50-04
Márcio Carvalho

Hello @Giorgi Dzirkvelishvili 

You can see this tutorial

https://www.youtube.com/watch?v=ShOCxc3g91M

Regards,

Márcio C.

UserImage.jpg
Giorgi Dzirkvelishvili

I'm passing values from Form but Popup screen can't get. I'm filling form input widget with my name but in Popup screen input parameter value is empty 

2021-06-02 20-50-04
Márcio Carvalho
2018-12-10 12-16-21
Goncalo Duarte Almeida

Hi @Giorgi Dzirkvelishvili 

Seems the variable contacts.firstName is empty.

Change the input from "contacts.Firstname" to "FormContact.Record.Firstname"

To apply this you need to set the name to the form

Regards

Gonçalo Almeida

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.