How to pop up a pop-up screen when clicking on a field value?

shiz
Tera Contributor

How to pop up a pop-up screen when clicking on a field value?

shiz_0-1731051673076.png

Similar to the following effect:

shiz_1-1731051728013.png

 

10 REPLIES 10

GlideFather
Tera Patron

Depending on the view, would it be helpful for you to click the icon as suggested in the red box (you have to hover over there in the list):

KamilT_0-1731316346201.png

 

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */


shiz
Tera Contributor

@GlideFather hello

I want to say that if I want to click on a certain field and pop up a screen, how should I implement it specifically?

That might be UI Macro, but it is scripted in Jelly. try to take a look at that.

However, I do not think you will be able to add next to a filed in the list 😞

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */


GlideFather
Tera Patron

Can you please try to help me understand your goal?

When you click on the (i) icon next to the System administrator, you will see the fields from referenced field. The System Admin is from sys_user table and the pop up displays User ID, Name, Email, etc.

But when you have the list with the values for Monday, Tuesday, ... what do you expect to see there? It is just an integer, for example "0", so if you click on it, what do you expect to see in that pop-up window???

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */


shiz
Tera Contributor

@GlideFather hello

when you have the list with the values for Monday, Tuesday, ... what do you expect to see there? It is just an integer, for example "0", so if you click on it, what do you expect to see in that pop-up window???】

 

When I click on "0", all the information about this record data will be displayed on the popup screen, and I can modify it. This is my requirement, thank you

 

How should it be implemented specifically?