Can not see the Demand Preview on the Project Page

Ketan Mittal
Tera Contributor

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. 

KetanMittal_0-1693824047676.png

Would anyone know why is that happening?

1 ACCEPTED SOLUTION

Craig Gruwell
Mega Sage

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.

 

View solution in original post

2 REPLIES 2

Craig Gruwell
Mega Sage

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.

 

Shruti Khaire
Kilo Sage

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 :

  1. Navigate to All > System Properties > UI Properties.
  2. 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.

 

ShrutiKhaire_0-1693892493871.png

 

Thank you!