How to pop up a pop-up screen when clicking on a field value?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 11:42 PM
How to pop up a pop-up screen when clicking on a field value?
Similar to the following effect:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 01:12 AM
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):
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 01:21 AM
@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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 01:50 AM
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! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 01:53 AM
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! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 02:01 AM
@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?