Hi All,
I have the requirement, where on click of a button in interface the text box pop up should appear to enter text and then submit it. Can anyone please help me how to achieve it?
Discussion posts and replies are publicly visible
Hi Rahul009 ,
You have to map the interface as Related action in a record and then use a!recordActionField() to display it as pop up.
Thanks Kiran,
How to display the textbox after the button click? Could you please elaborate a bit?
Hello Rahul009,Create a process model with a user input task in which you will have your interface (Text box). Use this process model in a record's related action/record action. Call this record action/ related action in the UIT where you wanted to have the button click and pop up.