- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 03:41 AM
I can not see the Demands when I click on the i button on the Projects. The details I see are very limited, only 4 fields. However, I can see the Projects from the Demands.
Would anyone know why is that happening?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 04:39 AM
Hi Ketan,
To see more fields on the popup, open a Demand record, then Configure...Form Design (or Form Layout). Select the sys_popup view, add the additional fields and Save.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 04:39 AM
Hi Ketan,
To see more fields on the popup, open a Demand record, then Configure...Form Design (or Form Layout). Select the sys_popup view, add the additional fields and Save.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 10:43 PM
Hello @Ketan Mittal,
Even I have faced the same issue once. As the reference pop-ups and click-throughs are hidden by default when a client script, UI policy, variable, or ACL makes the field read-only. You can check the following scenario which worked for me hope it helps you too.
Procedure :
- Navigate to All > System Properties > UI Properties.
- Change the value of the Enable click-through of a reference field when the reference field is read-only. (glide.ui.reference.readonly.clickthrough) property.If set to true, the pop-up appears for read-only fields and for variables.
If this system value is set to false, you can override the setting for a specific read-only reference field. Configure the dictionary entry and add the readonly_clickthrough=true attribute.
Thank you!